File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 99 displayName : Analyse code with SonarQube
1010
1111 steps :
12- - task : SonarCloudPrepare@1
13- displayName : ' Prepare SonarCloud analysis'
14- inputs :
15- SonarCloud : ' SonarCloud'
16- organization : ' aqualityautomation'
17- scannerMode : ' CLI'
18- configMode : ' file'
19- extraProperties : |
20- sonar.coverage.exclusions=**/**
2112
2213 - task : Maven@3
2314 displayName : ' Build project'
@@ -31,23 +22,10 @@ jobs:
3122 testResultsFiles : ' **/surefire-reports/TEST-*.xml'
3223 goals : ' clean'
3324
34- - task : SonarCloudAnalyze@1
35- displayName : ' Run SonarCloud code analysis'
36- continueOnError : true
37-
38- - task : SonarCloudPublish@1
39- displayName : ' Publish SonarCloud quality gate results'
40- inputs :
41- pollingTimeoutSec : ' 300'
42-
4325- job : tests
4426 displayName : Run tests
4527
4628 steps :
47- - task : ScreenResolutionUtility@1
48- displayName : ' Set optimal screen resolution'
49- inputs :
50- displaySettings : ' optimal'
5129
5230 - task : Maven@3
5331 displayName : ' Run tests'
You can’t perform that action at this time.
0 commit comments