Commiting tags

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

4
Jenkinsfile vendored
View file

@ -48,9 +48,7 @@ pipeline {
}
stage("Tag and Push") {
steps {
sshagent (credentials: ['jenkins-generated-ssh-key']) {
sh 'git push --tags'
}
sh 'git push --tags'
}
}
}