This is an automated email from the ASF dual-hosted git repository.

gmcdonald pushed a commit to branch gm/gradle-access-credentials
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 7ffac289988caa8fa9ef0fa3ef3f55cd127959de
Author: Gavin McDonald <gmcdon...@apache.org>
AuthorDate: Fri Apr 21 13:04:38 2023 +0200

    populate jobs with gradle scans access
---
 .test-infra/jenkins/CommonJobProperties.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.test-infra/jenkins/CommonJobProperties.groovy 
b/.test-infra/jenkins/CommonJobProperties.groovy
index 67507e378a2..560f7c42e71 100644
--- a/.test-infra/jenkins/CommonJobProperties.groovy
+++ b/.test-infra/jenkins/CommonJobProperties.groovy
@@ -108,6 +108,7 @@ class CommonJobProperties {
       credentialsBinding {
         string("CODECOV_TOKEN", "beam-codecov-token")
         string("COVERALLS_REPO_TOKEN", "beam-coveralls-token")
+        string("GRADLE_ENTERPRISE_ACCESS_KEY", "GE_ACCESS_TOKEN")
       }
       timestamps()
       colorizeOutput()

Reply via email to