Commit 15cd9b3b authored by daidekun's avatar daidekun

temp fix workspace

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