Skip to content

Commit fbceed9

Browse files
authored
Updating pipeline id for pr assitant
1 parent 9d84fb2 commit fbceed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_pipelines/pr-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- bash: |
2727
echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName)"
28-
az pipelines run --project 'IDDP' --id 2727 --branch 'ameyapat/clone-pr-hackathon' --organization 'https://identitydivision.visualstudio.com' --variables source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)
28+
az pipelines run --project 'IDDP' --id 2728 --branch dev --organization 'https://dev.azure.com/IdentityDivision' --variables source_branch=$(System.PullRequest.SourceBranch) target_branch=$(System.PullRequest.targetBranchName)
2929
displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
3030
env:
3131
AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)

0 commit comments

Comments
 (0)