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 bb56494 Adding parent as upstream trigger
bb56494 is described below
commit bb56494366bbb9b89f4284e5b0f5b4c6ea5aedd6
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Nov 23 20:48:45 2019 +0100
Adding parent as upstream trigger
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index c8100e9..a7b5214 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@ pipeline {
}
// 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)
+ upstream(upstreamProjects:
'Archiva-TLP-Gitbox/archiva-redback-core/master,Archiva-TLP-Gitbox/archiva-parent/master',
threshold: hudson.model.Result.SUCCESS)
}
options {
disableConcurrentBuilds()