Commit 1accfe2d authored by wentao.suo's avatar wentao.suo

remove 4.36 haror

parent 8edd923f
......@@ -21,14 +21,11 @@ def contextMkdir(key) {
def imageTag(harborGroup,k8sSystemName,safeBranchName,timeStemp){
def imageTag4_36=[:]
def imageTag4_4=[:]
imageTag4_36["harborHost"]="http://192.168.4.36"
imageTag4_36["imageTag"] = "192.168.4.36/${harborGroup}/${k8sSystemName}:${safeBranchName}-${timeStemp}"
imageTag4_4["harborHost"]="http://192.168.4.4"
imageTag4_4["imageTag"] = "192.168.4.4/${harborGroup}/${k8sSystemName}:${safeBranchName}-${timeStemp}"
return [ imageTag4_36, imageTag4_4 ]
return [ imageTag4_4 ]
}
def init_dependency() {
......
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