Commit 4afeb2d6 authored by wentao.suo's avatar wentao.suo

fff

parent ee3373b6
......@@ -78,7 +78,8 @@ def call(body) {
_utils.beautyEcho("build over", "info")
stage('make docker image') {
_utils.beautyEcho("make docker image", "stage")
imageTag = "192.168.4.36/${harborGroup}/${k8sSystemName}:${safeBranchName}-${timeStemp}"
imageTag = _stage.imageTag(k8sSystemName,safeBranchName,timeStemp)
withDockerRegistry([credentialsId: 'harbor-qajenkins', url: "http://192.168.4.36"]) {
def build_schema = "BUILD_TIME: ${timeStemp} ,BUILD_NUMBER: ${buildNumber},SYSTEM_NAME: ${systemName},BRANCH_NAME: ${branchName}, CLUSTER: ${cluster}"
......
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