buh
This commit is contained in:
parent
66a942b4aa
commit
b644b2c956
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue