Skip to content

Commit bcc0e51

Browse files
authored
Update Processors_CI_CD_Prod_Workflow.yaml
Signed-off-by: sandhami <[email protected]>
1 parent dfe8965 commit bcc0e51

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/Processors_CI_CD_Prod_Workflow.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)