From 324e9929f76e6bc75f55ad70836b55a5a0515ddd Mon Sep 17 00:00:00 2001 From: Ovidio Mallo Date: Fri, 16 Dec 2016 11:39:52 +0100 Subject: [PATCH] buh --- deployment/pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/pipeline.groovy b/deployment/pipeline.groovy index a9c2a89..b982ab9 100644 --- a/deployment/pipeline.groovy +++ b/deployment/pipeline.groovy @@ -5,7 +5,7 @@ node() { git "https://github.com/omallo/ruby-ex.git" } - def config = parseYaml(readFile("deployment/config.yaml")) + def config = ocutil.parseYaml(readFile("deployment/config.yaml")) stage("Build") { ocBuild("rubex-dev", "frontend", config.dev.build.frontend)