Removed unecessary Jenkins pipeline commands.
This commit is contained in:
parent
f8a021a8f0
commit
14dfd2829b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,10 +5,6 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh 'git checkout delta'
|
sh 'git checkout delta'
|
||||||
sh 'git reset --hard origin/delta'
|
sh 'git reset --hard origin/delta'
|
||||||
sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) {
|
|
||||||
sh 'git fetch --prune --prune-tags'
|
|
||||||
sh 'git pull --force origin delta'
|
|
||||||
}
|
|
||||||
sh 'git clean -fd'
|
sh 'git clean -fd'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user