Commiting tags

This commit is contained in:
paola.rozo 2020-08-25 23:29:33 -05:00
parent 6662b8f90b
commit bb0fb1fd72

2
Jenkinsfile vendored
View file

@ -47,7 +47,6 @@ pipeline {
}
}
stage("Tag and Push") {
steps {
steps {
sshagent (credentials: ['jenkins-generated-ssh-key']) {
sh 'git push --tags'
@ -56,4 +55,3 @@ pipeline {
}
}
}
}