You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2018/12/20 17:02:42 UTC

[sling-tooling-jenkins] branch master updated: SLING-8189 - Reconfigure build jobs to use all Ubuntu slaves and latest Maven version

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

radu 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 155211b  SLING-8189 - Reconfigure build jobs to use all Ubuntu slaves and latest Maven version
155211b is described below

commit 155211b04f7cdcd3e8c3f485973c3f66ca41a5da
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Dec 20 18:02:24 2018 +0100

    SLING-8189 - Reconfigure build jobs to use all Ubuntu slaves and latest Maven version
---
 create_jobs.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/create_jobs.groovy b/create_jobs.groovy
index 9cd1d35..d66af4e 100644
--- a/create_jobs.groovy
+++ b/create_jobs.groovy
@@ -77,8 +77,8 @@ manifest.project.each { project ->
 // so that artifacts built using the oldest version are
 // deployed for maximum compatibility
 def defaultJdks = ["1.8"]
-def defaultMvn = "Maven 3.3.9"
-def defaultSlave = "ubuntu && !H21 && !H22 && !H24 && !H26 && !H29 && !H32 && !H34 && !H35 && !ubuntu-2"
+def defaultMvn = "Maven (latest)"
+def defaultSlave = "ubuntu"
 
 def jdkMapping = [
     "1.7": "JDK 1.7 (latest)",