File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 18
18
ORG_GRADLE_PROJECT_signingPassword : VAULT[development/kv/data/sign data.passphrase]
19
19
ORG_GRADLE_PROJECT_signingKeyId : 0x7DCD4258
20
20
21
- # burgr notification
22
- BURGR_URL : VAULT[development/kv/data/burgr data.url]
23
- BURGR_USERNAME : VAULT[development/kv/data/burgr data.cirrus_username]
24
- BURGR_PASSWORD : VAULT[development/kv/data/burgr data.cirrus_password]
25
-
26
21
# Use bash (instead of sh on linux or cmd.exe on windows)
27
22
CIRRUS_SHELL : bash
28
23
@@ -164,8 +159,6 @@ ws_scan_task:
164
159
165
160
# --- WARNING --- WARNING --- WARNING --- WARNING --- WARNING --- WARNING ---
166
161
# The following task names should all be included in promote_task/depends_on
167
- # Burgr does not support task name length > 16, see:
168
- # https://github.com/SonarSource/burgr/blob/c7678264f198818ea12800e2457c6557075c51ca/core/src/main/java/com/sonarsource/burgr/jsoninterface/CirrusStage.java#L79
169
162
# ---------------------------------------------------------------------------
170
163
qa_plug_pub_lin_task :
171
164
<< : *QA_TASK_FILTER
@@ -248,7 +241,4 @@ promote_task:
248
241
env :
249
242
ARTIFACTORY_PROMOTE_ACCESS_TOKEN : VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
250
243
GITHUB_TOKEN : VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token]
251
- # artifacts that will have downloadable links in burgr
252
- ARTIFACTS : " \
253
- org.sonarsource.kotlin:sonar-kotlin-plugin:jar"
254
- script : cirrus_promote_gradle
244
+ script : cirrus_promote_gradle multi
You can’t perform that action at this time.
0 commit comments