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