Commiting tags
このコミットが含まれているのは:
コミット
5b1c426901
1個のファイルの変更、4行の追加、2行の削除
6
Jenkinsfile
vendor済み
6
Jenkinsfile
vendor済み
|
@ -47,8 +47,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage("Tag and Push") {
|
||||
sshagent(['git-credentials-id']) {
|
||||
sh 'git push --tags'
|
||||
steps {
|
||||
sshagent(['git-credentials-id']) {
|
||||
sh 'git push --tags'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
読み込み中…
新しいイシューから参照