Commiting tags

This commit is contained in:
paola.rozo 2020-08-26 00:49:27 -05:00
parent 30a9244441
commit b8e587a5bd

6
Jenkinsfile vendored
View file

@ -49,9 +49,9 @@ pipeline {
stage("Tag and Push") {
agent any
steps {
sshagent (credentials : ['git-credentials-id']) {
sh 'git push --tags'
}
git branch: 'master', credentialsId: 'git-credentials-id', url: 'https://github.com/paolarozo/simple-python-pyinstaller-app.git'
sh 'git push --tags'
}
}
}