gitからチェックアウト。
stage('Checkout') {
retry(3) {
git(
url: 'git@xxx.xxx:xxx/xxx.git',
branch: 'develop',
credentialsId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
)
}
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
gitからチェックアウト。
stage('Checkout') {
retry(3) {
git(
url: 'git@xxx.xxx:xxx/xxx.git',
branch: 'develop',
credentialsId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
)
}
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked