Trevor Zhang

Results 1 issues of Trevor Zhang

There are Three stages enabled in my pipeline: ### Acceptance def imageTag = params.script.commonPipelineEnvironment.getArtifactVersion() kubernetesDeploy( script: params.script, kubeConfigFileCredentialsId: 'kubeconfig-xman-dev-file', deployTool: 'helm3', chartPath: 'chart', deploymentName: 'tonghe-hello-world', helmValues: ['chart/values-xman-dev.yaml'], containerImageName: 'tonghe-hello-world', containerImageTag:...

stale