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