Updated git credentials for Jenkins pipeline.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,7 +5,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'git checkout delta'
|
sh 'git checkout delta'
|
||||||
sh 'git reset --hard origin/delta'
|
sh 'git reset --hard origin/delta'
|
||||||
sshagent(['2e60e630-b240-4c78-87ce-cb2c33d70180']) {
|
sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) {
|
||||||
sh 'git fetch --prune --prune-tags'
|
sh 'git fetch --prune --prune-tags'
|
||||||
sh 'git pull --force origin delta'
|
sh 'git pull --force origin delta'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user