diff --git a/deployment/pipeline.groovy b/deployment/pipeline.groovy index 75993fa..4dfa0c3 100644 --- a/deployment/pipeline.groovy +++ b/deployment/pipeline.groovy @@ -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)