Commit 96e76011 authored by daidekun's avatar daidekun

fixbugs

parent b08919c6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
package libs; package libs;
import libs.utils; import libs.utils;
def branchName = env.BRANCH_NAME /*def branchName = env.BRANCH_NAME
def gitRepo = env.GIT_REPO def gitRepo = env.GIT_REPO
def namespace = env.NAMESPACE def namespace = env.NAMESPACE
def isDeploy = env.IS_DEPLOY def isDeploy = env.IS_DEPLOY
...@@ -19,6 +19,7 @@ def imageTag ...@@ -19,6 +19,7 @@ def imageTag
def utils = new libs.utils() def utils = new libs.utils()
def contextDir = utils.contextDir() def contextDir = utils.contextDir()
*/
def checkout() { def checkout() {
sh "cp -r /home/quant_group/qg-dockerfiles/templates/ui ${contextDir}" sh "cp -r /home/quant_group/qg-dockerfiles/templates/ui ${contextDir}"
......
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