This commit is contained in:
Ovidio Mallo 2016-12-16 11:42:14 +01:00
parent 66a942b4aa
commit b644b2c956
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ node() {
git "https://github.com/omallo/ruby-ex.git"
}
def config = ocutil.parseYaml(readFile("deployment/config.yaml"))
def config = ocutil.parseConfig(readFile("deployment/config.yaml"))
stage("Build") {
ocutil.ocBuild("rubex-dev", "frontend", config.dev.build.frontend)