Commiting tags
This commit is contained in:
parent
5b1c426901
commit
7b7a0f39ab
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -48,7 +48,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage("Tag and Push") {
|
stage("Tag and Push") {
|
||||||
steps {
|
steps {
|
||||||
sshagent(['git-credentials-id']) {
|
sshagent(credentials : ['git-credentials-id']) {
|
||||||
sh 'git push --tags'
|
sh 'git push --tags'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue