Adding parent as upstream trigger
diff --git a/Jenkinsfile b/Jenkinsfile
index c8100e9..a7b5214 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -51,7 +51,7 @@
     }
     // 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()