Skip to content

Commit

Permalink
BUILD-7003 Setup Develocity
Browse files Browse the repository at this point in the history
  • Loading branch information
matemoln committed Nov 27, 2024
1 parent 7c9193c commit 1a736ab
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
env:
CIRRUS_VAULT_URL: https://vault.sonar.build:8200
CIRRUS_VAULT_AUTH_PATH: jwt-cirrusci
CIRRUS_VAULT_ROLE: cirrusci-${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}

ARTIFACTORY_URL: VAULT[development/kv/data/repox data.url]

ARTIFACTORY_PRIVATE_USERNAME: vault-${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader
Expand All @@ -18,6 +14,9 @@ env:
ORG_GRADLE_PROJECT_signingPassword: VAULT[development/kv/data/sign data.passphrase]
ORG_GRADLE_PROJECT_signingKeyId: 0x7DCD4258

DEVELOCITY_TOKEN: VAULT[development/kv/data/develocity data.token]
DEVELOCITY_ACCESS_KEY: develocity.sonar.build=${DEVELOCITY_TOKEN}

# Use bash (instead of sh on linux or cmd.exe on windows)
CIRRUS_SHELL: bash

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ description=Code Analyzer for Kotlin
projectTitle=Kotlin
kotlinVersion=2.0.21
org.gradle.jvmargs=-Xmx4096M
org.gradle.caching=true
Loading

0 comments on commit 1a736ab

Please sign in to comment.