Added "live" branch to represent live server.
This commit is contained in:
parent
1113799a0f
commit
ca1aa9fc8f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,10 +13,10 @@ pipeline {
|
|||||||
branch '**/delta'
|
branch '**/delta'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'git checkout master'
|
sh 'git checkout live'
|
||||||
sh 'git merge --strategy-option theirs origin/delta'
|
sh 'git merge --strategy-option theirs origin/delta'
|
||||||
sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) {
|
sshagent(['359ebf7c-e2b9-45ec-992c-ff8d5549deb6']) {
|
||||||
sh 'git push origin master'
|
sh 'git push origin live'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user