File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ build_task:
105105 DEPLOY_PULL_REQUEST : true
106106 build_script :
107107 - source cirrus-env BUILD-PRIVATE
108- - regular_gradle_build_deploy_analyze -x test -x sonar
108+ - regular_gradle_build_deploy_analyze -x test -x sonar -Dscan.tag.CI -Dscan.tag.build
109109 on_failure :
110110 error_log_artifacts :
111111 path : " hs_err_pid*.log"
@@ -124,7 +124,7 @@ build_test_analyze_task:
124124 DEPLOY_PULL_REQUEST : true
125125 build_script :
126126 - source cirrus-env BUILD-PRIVATE
127- - regular_gradle_build_deploy_analyze -x artifactoryPublish
127+ - regular_gradle_build_deploy_analyze -x artifactoryPublish -Dscan.tag.CI -Dscan.tag.test-analyze
128128 on_failure :
129129 error_log_artifacts :
130130 path : " hs_err_pid*.log"
You can’t perform that action at this time.
0 commit comments