This commit is contained in:
truongpx-Mac 2023-10-21 13:03:14 +07:00
parent e7ee18f662
commit 2297611614

View File

@ -142,7 +142,7 @@ pipeline {
fileContentReplaceConfig(
configs: [
fileContentReplaceItemConfig(
search: "(image: )([*]-[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}",
matchCount: 1,
verbose: false,