Commit 8282193b authored by daidekun's avatar daidekun

fixbugs

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