Commiting tags

This commit is contained in:
paola.rozo 2020-08-26 00:09:13 -05:00
parent 73c48ef38d
commit 5b1c426901

2
Jenkinsfile vendored
View file

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