You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Disable async upload in CI to ensure scan upload completes before CI agent is terminated
46
-
uploadInBackground =false
47
-
48
34
// Parse job name in the case of matrix builds
49
35
// Matrix job names come in the form of "base-job-name/matrix_param1=value1,matrix_param2=value2"
50
36
def splitJobName = jobName.split('/')
@@ -62,12 +48,10 @@ buildScan {
62
48
value 'Job Name', jobName
63
49
}
64
50
65
-
tag 'CI'
66
-
link 'CI Build', buildUrl
67
-
link 'GCP Upload', "https://console.cloud.google.com/storage/browser/_details/elasticsearch-ci-artifacts/jobs/${URLEncoder.encode(jobName, "UTF-8")}/build/${buildNumber}.tar.bz2"
68
-
value 'Job Number', buildNumber
69
-
tag System.getenv('JOB_BRANCH')
70
-
value 'Git Branch', System.getenv('JOB_BRANCH')
51
+
tag 'CI'
52
+
link 'CI Build', buildUrl
53
+
link 'GCP Upload', "https://console.cloud.google.com/storage/browser/_details/elasticsearch-ci-artifacts/jobs/${URLEncoder.encode(jobName, "UTF-8")}/build/${buildNumber}.tar.bz2"
0 commit comments