Commit db4c7591 authored by daidekun's avatar daidekun

fixbugs

parent 06deced1
......@@ -31,6 +31,7 @@ def call(body) {
try {
stage('prepare') {
echo "buildType is: ${config.buildType}"
contextDir = _utils.contextDir(workspace)
switch (config.buildType) {
case "java":
_stage.prepare_java(systemName, contextDir)
......@@ -48,7 +49,6 @@ def call(body) {
}
stage('Checkout') {
contextDir = _utils.contextDir(workspace)
_stage.checkout(branchName, contextDir, gitRepo)
}
......
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