Commit 6cd1c68f authored by daidekun's avatar daidekun

fi

parent 129dee65
......@@ -16,7 +16,7 @@ def call(body) {
def systemName = t[1]
def harborGroup = "library"
def workspace = body.pwd()
def workspace
/* def workspace = "/home/quant_group/jenkins_home/workspace/${env.JOB_NAME}"*/
def imageTag
......@@ -29,6 +29,7 @@ def call(body) {
body()
node {
workspace = pwd()
try {
stage('prepare') {
echo "buildType is: ${config.buildType}"
......
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