Skip to content

Commit

Permalink
Review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr committed Dec 16, 2024
1 parent 7830f70 commit 06f9ee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ develocity {
if (System.getenv("CIRRUS_PR")?.isBlank() == false) {
tag("PR")
}
value("Build Number", System.getenv("BUILD_NUMBER"))
value("Branch", System.getenv("CIRRUS_BRANCH"))
value("PR", System.getenv("CIRRUS_PR"))
}
}

Expand Down

0 comments on commit 06f9ee0

Please sign in to comment.