Commiting tags
This commit is contained in:
parent
30a9244441
commit
b8e587a5bd
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue