File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -138,18 +138,18 @@ jobs:
138138 run : |
139139 mvn clean install -Ddockerfile.skip=true
140140
141- - name : SonarQube Analysis - Processors
142- run : |
143- mvn sonar:sonar -Dsonar.projectKey=ENGINEERING.KPIDASHBOARD.PROCESSORS \
144- -Dsonar.projectName=ENGINEERING.KPIDASHBOARD.PROCESSORS \
145- -Dsonar.branch.name=${{ env.GITHUB_HEAD_NAME }} \
146- -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} \
147- -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} -f pom.xml
148-
149- - name : Check SonarQube Quality Gate
150- run : |
151- chmod +x SonarQG.sh
152- ./SonarQG.sh ./target/sonar/report-task.txt
141+ # - name: SonarQube Analysis - Processors
142+ # run: |
143+ # mvn sonar:sonar -Dsonar.projectKey=ENGINEERING.KPIDASHBOARD.PROCESSORS \
144+ # -Dsonar.projectName=ENGINEERING.KPIDASHBOARD.PROCESSORS \
145+ # -Dsonar.branch.name=${{ env.GITHUB_HEAD_NAME }} \
146+ # -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} \
147+ # -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} -f pom.xml
148+
149+ # - name: Check SonarQube Quality Gate
150+ # run: |
151+ # chmod +x SonarQG.sh
152+ # ./SonarQG.sh ./target/sonar/report-task.txt
153153
154154 - name : Build & Push Jira Docker Image
155155 if : ${{ github.event.inputs.processor == 'all' || github.event.inputs.processor == 'jira' }}
You can’t perform that action at this time.
0 commit comments