Skip to content

Commit

Permalink
Merge pull request PixarAnimationStudios#483 from autodesk-forks/reso…
Browse files Browse the repository at this point in the history
…lve/adsk/internal-only/feature/pipeline_adsk

Update Pipeline of adsk/dev To Get First Conflicted Commit
  • Loading branch information
zhangha182 authored and GitHub Enterprise committed Jun 30, 2023
2 parents f59321b + bb99d1b commit 994676d
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 994676d

Please sign in to comment.