This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 48d3bc2 Adding redback build as upstream trigger
48d3bc2 is described below
commit 48d3bc2cf9bbb619dcac5119a5b0996becc58451
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Nov 17 11:20:29 2019 +0100
Adding redback build as upstream trigger
---
Jenkinsfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 592e08b..d53c044 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,6 +46,10 @@ pipeline {
agent {
label "${LABEL}"
}
+ // Build should also start, if redback has been built successfully
+ triggers {
+ upstream(upstreamProjects:
'Archiva-TLP-Gitbox/archiva-redback-core/master', threshold:
hudson.model.Result.SUCCESS)
+ }
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '7', artifactNumToKeepStr:
'5'))