Commiting tags

This commit is contained in:
paola.rozo 2020-08-26 00:33:28 -05:00
parent 7b7a0f39ab
commit 30a9244441

3
Jenkinsfile vendored
View file

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