Commiting tags

このコミットが含まれているのは:
paola.rozo 2020-08-26 00:03:05 -05:00
コミット 73c48ef38d

3
Jenkinsfile vendor済み
ファイルの表示

@ -47,8 +47,7 @@ pipeline {
}
}
stage("Tag and Push") {
agent any
steps {
sshagent(['git-credentials-id']) {
sh 'git push --tags'
}
}