Commiting tags
This commit is contained in:
parent
bb0fb1fd72
commit
057bdf7521
1 changed files with 1 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -48,9 +48,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage("Tag and Push") {
|
stage("Tag and Push") {
|
||||||
steps {
|
steps {
|
||||||
sshagent (credentials: ['jenkins-generated-ssh-key']) {
|
sh 'git push --tags'
|
||||||
sh 'git push --tags'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue