Commit 15cd9b3b authored by daidekun's avatar daidekun

temp fix workspace

parent 1b115a8d
......@@ -16,8 +16,7 @@ def call(body) {
def systemName = t[1]
def harborGroup = "library"
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 contextDir
......@@ -29,7 +28,6 @@ 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