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 f6763fe SLING-7245 - Validate pull requests using Jenkins
f6763fe is described below
commit f6763fe952dfce99280344a79ecfcf5f27e8e9d8
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 00:06:06 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
Hopefully correct pipelineTirggers invocation.
---
vars/slingOsgiBundleBuild.groovy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index d1551b4..2b6e20a 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -28,9 +28,7 @@ def call(Map params = [:]) {
jobTriggers.add(upstream(upstreamProjects: upstreamProjectsCsv,
threshold: hudson.model.Result.SUCCESS))
properties([
- pipelineTriggers([
- jobTriggers
- ])
+ pipelineTriggers(jobTriggers)
])
checkout scm