Commiting tags

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

4
Jenkinsfile vendored
View file

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