Commit 407595a9 authored by daidekun's avatar daidekun

fix

parent c8b0eee6
...@@ -30,6 +30,7 @@ def call(body) { ...@@ -30,6 +30,7 @@ def call(body) {
node { node {
try { try {
stage('prepare') { stage('prepare') {
echo "buildType is: ${config.buildType}"
switch (config.buildType) { switch (config.buildType) {
case "java": case "java":
_stage.prepare_java(systemName, contextDir) _stage.prepare_java(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