Commit 8282193b authored by daidekun's avatar daidekun

fixbugs

parent 8985d3d7
...@@ -30,7 +30,7 @@ def call(body) { ...@@ -30,7 +30,7 @@ def call(body) {
node { node {
try { try {
stage('prepare') { stage('prepare') {
switch (buildType) { switch (config.buildType) {
case "java": case "java":
_prepare_java(namespace, systemName, contextDir) _prepare_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