Skip to content

Commit

Permalink
Added a new Extract_PR_Number job to parse the PR number from System.…
Browse files Browse the repository at this point in the history
…PullRequest.SourceBranch
  • Loading branch information
shubhadapaithankar committed Nov 24, 2024
1 parent 418462a commit ea9dbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variables:
- name: VERSION
value: $(TAG)
- name: TAG
value: $[coalesce(variables['System.PullRequest.PullRequestId'], variables['Build.SourceBranchName'])]-$[coalesce(variables['System.PullRequest.SourceCommitId'], variables['Build.SourceVersion'])]
value: pr-$(System.PullRequest.PullRequestId)-$(System.PullRequest.SourceCommitId)
- name: ARO_IMAGE
value: arosvcdev.azurecr.io/aro:$(TAG)
- name: ARO_SELENIUM_HOSTNAME
Expand Down

0 comments on commit ea9dbc4

Please sign in to comment.