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/01/17 16:47:20 UTC

[sling-tooling-jenkins] branch master updated (1ba8a61 -> 3487fda)

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

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


    from 1ba8a61  SLING-7353 Update to Sling Parent 33
     new f30a12c  SLING-7398 - Run the Sling ITs with Java 10
     new 3487fda  For Java 9 build against the latest version, not a specific build

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 create_jobs.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

[sling-tooling-jenkins] 02/02: For Java 9 build against the latest version, not a specific build

Posted by ro...@apache.org.
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

commit 3487fda6b46b1b0c5d3192f9d15caf0e14672b21
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 17 18:44:31 2018 +0200

    For Java 9 build against the latest version, not a specific build
---
 create_jobs.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 783736b..d86f61d 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -73,7 +73,7 @@ def defaultSlave = "ubuntu && !H21 && !H22 && !H24 && !H26 && !H29 && !H32 && !H
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",
     "1.8": "JDK 1.8 (latest)",
-    "9"  : "JDK 9 b181",
+    "9"  : "JDK 1.9 (latest)",
     "10" : "JDK 10 b36 (early access build)"
 ]
 

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

[sling-tooling-jenkins] 01/02: SLING-7398 - Run the Sling ITs with Java 10

Posted by ro...@apache.org.
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

commit f30a12c5a9a962a3bec0fc7178319aa659c476ab
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 17 18:43:48 2018 +0200

    SLING-7398 - Run the Sling ITs with Java 10
    
    Add support for Java 10
---
 create_jobs.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 95896d9..783736b 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -73,7 +73,8 @@ def defaultSlave = "ubuntu && !H21 && !H22 && !H24 && !H26 && !H29 && !H32 && !H
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",
     "1.8": "JDK 1.8 (latest)",
-    "9"  : "JDK 9 b181"
+    "9"  : "JDK 9 b181",
+    "10" : "JDK 10 b36 (early access build)"
 ]
 
 modules.each { module ->

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