Commit cc25dbf5 authored by daidekun's avatar daidekun

config.

parent 8282193b
...@@ -48,7 +48,7 @@ def call(body) { ...@@ -48,7 +48,7 @@ def call(body) {
} }
stage('Build') { stage('Build') {
switch (buildType) { switch (config.buildType) {
case "java": case "java":
_build_java(namespace, systemName, contextDir) _build_java(namespace, systemName, contextDir)
case "ui": case "ui":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment