Skip to content

Commit 99f0635

Browse files
committed
Add CI tags
1 parent 25b06f6 commit 99f0635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)