You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2021/12/07 19:27:39 UTC

[archiva-redback-core] branch master updated: Adding components as upstream trigger

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-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new afdd974  Adding components as upstream trigger
afdd974 is described below

commit afdd974291c5fbac66e49ef7d5b553037c45350d
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Tue Dec 7 20:27:34 2021 +0100

    Adding components as upstream trigger
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8a0044a..6828aa4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
     agent { label "${LABEL}" }
     // Build should also start, if parent has been built successfully
     triggers { 
-        upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master', threshold: hudson.model.Result.SUCCESS) 
+        upstream(upstreamProjects: 'Archiva/Archiva-TLP-Gitbox/archiva-parent/master,Archiva/Archiva-TLP-Gitbox/archiva-components/master', threshold: hudson.model.Result.SUCCESS) 
     }
 
     options {