git pull --rebase
This commit is contained in:
parent
ee0792b954
commit
028c28b385
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -10,7 +10,7 @@ node('Palladium'){
|
|||||||
}
|
}
|
||||||
sh "git checkout ${env.BRANCH_NAME}"
|
sh "git checkout ${env.BRANCH_NAME}"
|
||||||
|
|
||||||
sh "git pull"
|
sh "git pull --rebase"
|
||||||
}
|
}
|
||||||
stage("build and publish"){
|
stage("build and publish"){
|
||||||
dir('angular'){
|
dir('angular'){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user