You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/01/16 15:19:38 UTC

[sling-tooling-jenkins] branch master updated: SLING-7353 Update to Sling Parent 33

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

olli 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 1ba8a61  SLING-7353 Update to Sling Parent 33
1ba8a61 is described below

commit 1ba8a6154fd0a995cff879255e913e03669f37d5
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jan 16 16:19:21 2018 +0100

    SLING-7353 Update to Sling Parent 33
    
    Remove H24 affected by INFRA-15815
---
 create_jobs.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index f4ca9b3..95896d9 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -68,7 +68,7 @@ manifest.project.each { project ->
 // deployed for maximum compatibility
 def defaultJdks = ["1.8"]
 def defaultMvn = "Maven 3.3.9"
-def defaultSlave = "ubuntu && !H21 && !H22 && !H26 && !H29 && !H32 && !H34 && !H35 && !ubuntu-2"
+def defaultSlave = "ubuntu && !H21 && !H22 && !H24 && !H26 && !H29 && !H32 && !H34 && !H35 && !ubuntu-2"
 
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].