Commiting tags

このコミットが含まれているのは:
paola.rozo 2020-08-25 23:40:52 -05:00
コミット ca54a6f908

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

@ -47,6 +47,7 @@ pipeline {
}
}
stage("Tag and Push") {
agent any
steps {
sh 'git push --tags'
}