buh
This commit is contained in:
parent
ce4ca1300d
commit
324e9929f7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ node() {
|
||||||
git "https://github.com/omallo/ruby-ex.git"
|
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") {
|
stage("Build") {
|
||||||
ocBuild("rubex-dev", "frontend", config.dev.build.frontend)
|
ocBuild("rubex-dev", "frontend", config.dev.build.frontend)
|
||||||
|
|
Loading…
Add table
Reference in a new issue