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