Skip to content

Commit

Permalink
Remove duplicate configuration on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Nov 15, 2023
1 parent 80d3d16 commit 7873b94
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ buildScan {
URL jenkinsUrl = System.getenv('JENKINS_URL') ? new URL(System.getenv('JENKINS_URL')) : null
String buildKiteUrl = System.getenv('BUILDKITE_BUILD_URL') ? System.getenv('BUILDKITE_BUILD_URL') : null

// Automatically publish scans from Elasticsearch CI
if (jenkinsUrl?.host?.endsWith('elastic.co') || jenkinsUrl?.host?.endsWith('elastic.dev') || System.getenv('BUILDKITE') == 'true') {
publishAlways()
buildScan.server = 'https://gradle-enterprise.elastic.co'
}

background {
tag OS.current().name()
tag Architecture.current().name()
Expand Down

0 comments on commit 7873b94

Please sign in to comment.