File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,19 @@ trigger:
17
17
18
18
# Define parallel jobs that run build script for specified targets
19
19
jobs :
20
+ - job : ' PRAssitant'
21
+ pool :
22
+ vmImage : ' ubuntu-latest'
23
+ timeOutInMinutes : 20
24
+ displayName : Clone PR in ADO
25
+ steps :
26
+ - bash : |
27
+ 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)"
29
+ displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
30
+ env:
31
+ AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
32
+ failOnStderr: false
20
33
- job : ' Validate_Pull_Request'
21
34
strategy :
22
35
maxParallel : 3
33
46
timeOutInMinutes : 30
34
47
35
48
steps :
36
- - bash : |
37
- echo "Source branch : $(System.PullRequest.SourceBranch) Target branch : $(System.PullRequest.targetBranchName) "
38
- 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)"
39
- displayName: 'Trigger pipeline in ADO clone for PRAssistant bot'
40
- env:
41
- AZURE_DEVOPS_EXT_PAT: $(System.AccessToken)
42
- failOnStderr: false
43
49
- script : |
44
50
/bin/bash -c "sudo xcode-select -s /Applications/Xcode_15.4.app"
45
51
displayName: 'Switch to use Xcode 15.4'
You can’t perform that action at this time.
0 commit comments