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 23, 2024
1 parent dae03bf commit 6744769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
displayName: Generate TAG
- job: Build_Test_And_Push_Az_ARO_Extension
dependsOn: Extract_PR_Number
dependsOn: Generate_Tag
variables:
TAG: $(TAG)
pool:
Expand All @@ -95,7 +95,7 @@ stages:
pushLatest: false

- job: Build_And_Test_RP_And_Portal
dependsOn: Extract_PR_Number
dependsOn: Generate_Tag
variables:
TAG: $(TAG)
pool:
Expand All @@ -118,7 +118,7 @@ stages:
pushLatest: false

- job: Build_And_Push_E2E_Image
dependsOn: Extract_PR_Number
dependsOn: Generate_Tag
variables:
TAG: $(TAG)
pool:
Expand Down

0 comments on commit 6744769

Please sign in to comment.