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 9
9
displayName : Analyse code with SonarQube
10
10
11
11
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=**/**
21
12
22
13
- task : Maven@3
23
14
displayName : ' Build project'
@@ -31,23 +22,10 @@ jobs:
31
22
testResultsFiles : ' **/surefire-reports/TEST-*.xml'
32
23
goals : ' clean'
33
24
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
-
43
25
- job : tests
44
26
displayName : Run tests
45
27
46
28
steps :
47
- - task : ScreenResolutionUtility@1
48
- displayName : ' Set optimal screen resolution'
49
- inputs :
50
- displaySettings : ' optimal'
51
29
52
30
- task : Maven@3
53
31
displayName : ' Run tests'
You can’t perform that action at this time.
0 commit comments