Checkout the code
This commit is contained in:
parent
5c4f4a750c
commit
553eb00459
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
@Library('occd') _
|
@Library('occd') _
|
||||||
|
|
||||||
node() {
|
node() {
|
||||||
|
stage("Checkout") {
|
||||||
|
deleteDir()
|
||||||
|
git(url: "https://github.com/omallo/ruby-ex.git", branch: "${BRANCH}", credentialsId: "github-omallo")
|
||||||
|
}
|
||||||
|
|
||||||
def config = occd.parseConfig(readFile("deployment/config.yaml"))
|
def config = occd.parseConfig(readFile("deployment/config.yaml"))
|
||||||
|
|
||||||
stage("Deploy to PREV") {
|
stage("Deploy to PREV") {
|
||||||
|
|
Loading…
Reference in a new issue