You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RelEng] Fix determination of baseline drop and git diff in promotion
Fix the computation of the baseline tag by ignoring the just promoted
drop.
Compare against the git-tag of the input dropId since the tag of the
promoted build is not yet applied at the time when the git comparison is
performed.
Additionally unify the computation of the git-tag for the promoted drop.
def changedRepositories = utilities.listChangedGitRepositoryURLs(buildProperties.gitBaselineTag, "${DROP_GIT_TAG}") // git tag of promoted build not yet created
0 commit comments