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:
105
105
DEPLOY_PULL_REQUEST : true
106
106
build_script :
107
107
- 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
109
109
on_failure :
110
110
error_log_artifacts :
111
111
path : " hs_err_pid*.log"
@@ -124,7 +124,7 @@ build_test_analyze_task:
124
124
DEPLOY_PULL_REQUEST : true
125
125
build_script :
126
126
- 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
128
128
on_failure :
129
129
error_log_artifacts :
130
130
path : " hs_err_pid*.log"
You can’t perform that action at this time.
0 commit comments