From bad9669ad79498e216d918bd9217146e32128bf7 Mon Sep 17 00:00:00 2001 From: NikRusakA1QA2 <65597385+NikRusakA1QA2@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:33:38 +0100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 308af4a..92a53b4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,15 +9,6 @@ jobs: displayName: Analyse code with SonarQube steps: - - task: SonarCloudPrepare@1 - displayName: 'Prepare SonarCloud analysis' - inputs: - SonarCloud: 'SonarCloud' - organization: 'aqualityautomation' - scannerMode: 'CLI' - configMode: 'file' - extraProperties: | - sonar.coverage.exclusions=**/** - task: Maven@3 displayName: 'Build project' @@ -31,23 +22,10 @@ jobs: testResultsFiles: '**/surefire-reports/TEST-*.xml' goals: 'clean' - - task: SonarCloudAnalyze@1 - displayName: 'Run SonarCloud code analysis' - continueOnError: true - - - task: SonarCloudPublish@1 - displayName: 'Publish SonarCloud quality gate results' - inputs: - pollingTimeoutSec: '300' - - job: tests displayName: Run tests steps: - - task: ScreenResolutionUtility@1 - displayName: 'Set optimal screen resolution' - inputs: - displaySettings: 'optimal' - task: Maven@3 displayName: 'Run tests'