Commiting tags

This commit is contained in:
paola.rozo 2020-08-26 00:03:05 -05:00
parent ca54a6f908
commit 73c48ef38d

3
Jenkinsfile vendored
View file

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