Skip to content

Commit 77d8588

Browse files
committed
set trigger type as post-merge to reuse wheel from build stage
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
1 parent fe34b4b commit 77d8588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/L0_MergeRequest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ def launchStages(pipeline, reuseBuild, testFilter, enableFailFast, globalVars)
17451745
def additionalParameters = [
17461746
'branch': branch,
17471747
'action': "push",
1748-
'triggerType': env.JOB_NAME ==~ /.*PostMerge.*/ ? "post-merge" : "pre-merge",
1748+
'triggerType': "post-merge",
17491749
'runSanityCheck': false,
17501750
'defaultTag': defaultTag,
17511751
'buildInternalRelease': false,

0 commit comments

Comments
 (0)