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