pull/2696/head
truongpx-Mac 2 years ago
parent 2297611614
commit 9ea3d9ee35

@ -142,7 +142,7 @@ pipeline {
fileContentReplaceConfig( fileContentReplaceConfig(
configs: [ configs: [
fileContentReplaceItemConfig( fileContentReplaceItemConfig(
search: "(image: )truongpx396\/([a-zA-Z-])+:([a-z])\w+-[0-9]+", search: "(image: )truongpx396/([a-zA-Z-])+:([a-z])w+-[0-9]+",
replace: "image: ${HARBOR_URL}/${JOB_ENV}-${params.RELEASE_PROJECTS}:${CommitHash}-${BUILD_NUM}", replace: "image: ${HARBOR_URL}/${JOB_ENV}-${params.RELEASE_PROJECTS}:${CommitHash}-${BUILD_NUM}",
matchCount: 1, matchCount: 1,
verbose: false, verbose: false,

Loading…
Cancel
Save