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 e067812  SLING-7163 - Update Jenkins jobs to reference the git 
repositories
e067812 is described below

commit e067812acb8e67d35e806cfc52e24f8f1aca7ef4
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Nov 6 17:32:06 2017 +0200

    SLING-7163 - Update Jenkins jobs to reference the git repositories
    
    Restrict build to master branch.
---
 create_jobs.groovy | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 9ba7484..06d0546 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -68,7 +68,12 @@ for more details</p>''')
             }
 
             scm {
-                github('apache/' + module.location)
+                git {
+                    remote {
+                        github('apache/' + module.location)
+                    }
+                    branches('master')
+                }
             }
 
             blockOnUpstreamProjects()

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to