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 2019/02/25 10:35:54 UTC

[sling-tooling-jenkins] branch master updated: Revert "Don't run on H29, it has issues with accessing SNAPSHOT bundles"

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 d3b71c1  Revert "Don't run on H29, it has issues with accessing SNAPSHOT bundles"
d3b71c1 is described below

commit d3b71c1490e20eb96d2565b40e21bfea78730627
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Feb 25 11:35:29 2019 +0100

    Revert "Don't run on H29, it has issues with accessing SNAPSHOT bundles"
    
    This reverts commit fa912f05a5c53b4cd48ceb3c7a35af2e38b8a83d.
    
    The ASF parent pom was wiped from the H29 slave, re-adding to try again.
---
 vars/slingOsgiBundleBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 1a5734d..844597e 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -5,7 +5,7 @@ def call(Map params = [:]) {
     def globalConfig = [
         availableJDKs : [ 8: 'JDK 1.8 (latest)', 9: 'JDK 1.9 (latest)', 10: 'JDK 10 (latest)', 11: 'JDK 11 (latest)' ],
         mvnVersion : 'Maven (latest)',
-        mainNodeLabel : 'ubuntu && !H29', // work around for INFRA-17796
+        mainNodeLabel : 'ubuntu',
         githubCredentialsId: 'sling-github-token'
     ]