Upgrade to version 3.3 of gradle enterprise plugin (#56243)

This commit is contained in:
Mark Vieira 2020-05-06 15:10:20 -07:00
parent 91cba091ed
commit 8e570300eb
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
2 changed files with 4 additions and 1 deletions

View File

@ -40,6 +40,9 @@ buildScan {
// Jenkins-specific build scan metadata
if (jenkinsUrl) {
// Disable async upload in CI to ensure scan upload completes before CI agent is terminated
uploadInBackground = false
// Parse job name in the case of matrix builds
// Matrix job names come in the form of "base-job-name/matrix_param1=value1,matrix_param2=value2"
def splitJobName = jobName.split('/')

View File

@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.2"
id "com.gradle.enterprise" version "3.3"
}
String dirName = rootProject.projectDir.name