Commit beca38ac authored by wentao.suo's avatar wentao.suo

fff

parent 4afeb2d6
......@@ -21,6 +21,10 @@ def contextMkdir(key) {
return contextDir
}
def imageTag(k8sSystemName,safeBranchName,timeStemp){
return "192.168.4.36/${harborGroup}/${k8sSystemName}:${safeBranchName}-${timeStemp}"
}
def before_prepare() {
sh "cd /home/quant_group/qg-dockerfiles; git pull; cd -"
sh "cd /home/quant_group/config_repository; git pull origin master; cd -"
......
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