Commit 6cd1c68f authored by daidekun's avatar daidekun

fi

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