Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/adsk/internal-only/feature/pipel…
Browse files Browse the repository at this point in the history
…ine_adsk' into resolve/adsk/internal-only/feature/pipeline_adsk
  • Loading branch information
zhangha182 committed Jun 30, 2023
2 parents f59321b + d746123 commit bb99d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if (isDevBranch()) {
}
if (gitMergeMsg.contains("CONFLICT"))
{
def mergeLog = COMMONSHELL.capture_script_output("git log --merge \"^resolve/dev\" origin/dev --oneline")
def mergeLog = COMMONSHELL.capture_script_output("git log --merge --reverse \"^resolve/dev\" origin/dev --oneline")
def conflictCommitId = mergeLog.tokenize()[0]
COMMONSHELL.shell """\
git merge --abort
Expand Down

0 comments on commit bb99d1b

Please sign in to comment.