Checkout the code

This commit is contained in:
Ovidio Mallo 2017-01-04 12:56:18 +01:00
parent 5c4f4a750c
commit 553eb00459
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
@Library('occd') _
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"))
stage("Deploy to PREV") {