Commiting tags

This commit is contained in:
paola.rozo 2020-08-25 23:40:52 -05:00
parent 057bdf7521
commit ca54a6f908

1
Jenkinsfile vendored
View file

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