You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/04/16 12:24:12 UTC

[sling-tooling-jenkins] branch master updated: Pipeline support: clarify needed scopes

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git


The following commit(s) were added to refs/heads/master by this push:
     new c98e3c5  Pipeline support: clarify needed scopes
c98e3c5 is described below

commit c98e3c54273386e0656b60c3e987548a5222f2a0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Apr 16 15:23:51 2018 +0300

    Pipeline support: clarify needed scopes
---
 create_jobs.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index e400cfe..af10943 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -95,7 +95,7 @@ modules.each { module ->
     for more details</p>''')
             branchSources {
                 github {
-                    scanCredentialsId('sling-github-token')
+                    scanCredentialsId('sling-github-token') // needs repo:status scope
                     repoOwner('apache')
                     repository(module.location)
                 }

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.