Commit ba26ce09 authored by daidekun's avatar daidekun

fixbugs

parent 67d15fbe
......@@ -32,13 +32,13 @@ def call(body) {
stage('prepare') {
switch (config.buildType) {
case "java":
_stage.prepare_java(namespace, systemName, contextDir)
_stage.prepare_java(systemName, contextDir)
case "ui":
_stage.prepare_ui(namespace, systemName, contextDir)
_stage.prepare_ui(systemName, contextDir)
case "nodejs":
_stage.prepare_nodejs(namespace, systemName, contextDir)
_stage.prepare_nodejs(systemName, contextDir)
case "python":
_stage.prepare_python(namespace, systemName, contextDir)
_stage.prepare_python(systemName, contextDir)
}
}
......
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