Skip to content

Commit

Permalink
Update iris-community-job-template.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
martalite authored Sep 20, 2024
1 parent 34a2bfc commit 802100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-community-job-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<builders>
<hudson.tasks.Shell>
<command>cd &quot;$WORKSPACE&quot;
/opt/sonarqube/sonar-scanner/bin/sonar-scanner -e -Dsonar.projectKey=&quot;$FOLDER_NAME__$JOB_BASE_NAME&quot; -Dsonar.projectName=&quot;$JOB_NAME&quot; -Dsonar.sources=. -Dsonar.projectVersion=1.0 -Dsonar.links.scm={{GIT_URL}}
/opt/sonarqube/sonar-scanner/bin/sonar-scanner -e -Dsonar.projectKey=&quot;${FOLDER_NAME}__${JOB_BASE_NAME}&quot; -Dsonar.projectName=&quot;$JOB_NAME&quot; -Dsonar.sources=. -Dsonar.projectVersion=1.0 -Dsonar.links.scm={{GIT_URL}}
</command>
</hudson.tasks.Shell>
</builders>
Expand Down

0 comments on commit 802100c

Please sign in to comment.