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 fa912f0 Don't run on H29, it has issues with accessing SNAPSHOT
bundles
fa912f0 is described below
commit fa912f05a5c53b4cd48ceb3c7a35af2e38b8a83d
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Feb 22 14:11:50 2019 +0100
Don't run on H29, it has issues with accessing SNAPSHOT bundles
See INFRA-17796 for details.
---
vars/slingOsgiBundleBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 844597e..1a5734d 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',
+ mainNodeLabel : 'ubuntu && !H29', // work around for INFRA-17796
githubCredentialsId: 'sling-github-token'
]