This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
The following commit(s) were added to refs/heads/feature/SLING-7245 by this
push:
new 71254e4 SLING-7245 - Validate pull requests using Jenkins
71254e4 is described below
commit 71254e4ff4a8639d3299133747ff77e26db9e67d
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 00:06:06 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
Remove 'enableXvfb' as it is only needed by the IDE tooling, and
that job is managed outside the slingOsgiBundleBuild var.
---
vars/slingOsgiBundleBuild.groovy | 1 -
1 file changed, 1 deletion(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index eaf41d0..d8c40d6 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -10,7 +10,6 @@ def call(Map params = [:]) {
mavenGoal: '',
additionalMavenParams: '',
rebuildFrequency: '@weekly',
- enableXvfb: false,
enabled: true
]