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 e3d4b2c SLING-7245 - Validate pull requests using Jenkins
e3d4b2c is described below
commit e3d4b2ca2b7ee32320861e3b0a5a0c4035b9ae96
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 18 00:06:06 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
Correct tracking of reference build
---
vars/slingOsgiBundleBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 2c6b1c6..5ef2194 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -64,7 +64,7 @@ def call(Map params = [:]) {
archiveArtifacts(artifacts:
jobConfig.archivePatterns.join(','), allowEmptyArchive: true)
}
}
- deploy = false
+ reference = false
}
} else {
echo "Job is disabled, not building"