|
6 | 6 | scriptPath: build_conquest_python.py |
7 | 7 | displayName: 'install conquest_python' |
8 | 8 |
|
9 | | -# Upload artifactory build info |
10 | | -- task: ArtifactoryCollectIssues@1 |
11 | | - inputs: |
12 | | - artifactoryService: 'devops-ccdc-3rd-party' |
13 | | - configSource: 'taskConfiguration' |
14 | | - taskConfig: | |
15 | | - version: 1 |
16 | | - issues: |
17 | | - trackerName: JIRA |
18 | | - regexp: '(.*?)\b\(?(Jira|JIRA|jira)?\s+([A-Za-z]{2,5}\d*-\d+)\)?' |
19 | | - keyGroupIndex: 3 |
20 | | - summaryGroupIndex: 1 |
21 | | - trackerUrl: https://jira.ccdc.cam.ac.uk/issues |
22 | | - aggregate: true |
23 | | - aggregationStatus: RELEASED |
24 | | - buildName: '$(Build.DefinitionName)' |
25 | | - buildNumber: '$(Build.BuildNumber)-$(artifactory.platformName)' |
26 | | - displayName: 'Collect issues' |
| 9 | +#### The new artifactory doesn't support sorting, so we can't do this task for now |
| 10 | +## Upload artifactory build info |
| 11 | +#- task: ArtifactoryCollectIssues@1 |
| 12 | +# inputs: |
| 13 | +# artifactoryService: 'devops-ccdc-3rd-party' |
| 14 | +# configSource: 'taskConfiguration' |
| 15 | +# taskConfig: | |
| 16 | +# version: 1 |
| 17 | +# issues: |
| 18 | +# trackerName: JIRA |
| 19 | +# regexp: '(.*?)\b\(?(Jira|JIRA|jira)?\s+([A-Za-z]{2,5}\d*-\d+)\)?' |
| 20 | +# keyGroupIndex: 3 |
| 21 | +# summaryGroupIndex: 1 |
| 22 | +# trackerUrl: https://jira.ccdc.cam.ac.uk/issues |
| 23 | +# aggregate: true |
| 24 | +# aggregationStatus: RELEASED |
| 25 | +# buildName: '$(Build.DefinitionName)' |
| 26 | +# buildNumber: '$(Build.BuildNumber)-$(artifactory.platformName)' |
| 27 | +# displayName: 'Collect issues' |
27 | 28 |
|
28 | 29 | - powershell: | |
29 | 30 | $filename = Get-ChildItem -Path $(Build.ArtifactStagingDirectory) -Filter *.tar.gz | Select-Object -ExpandProperty Name |
|
0 commit comments