Temporarily trigger packaging staging JIPP as well

Change-Id: I6fc7ec2dc8f672b837f2d8a58e905c93677f799a
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index cb9ba45..cf9a569 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,6 +45,8 @@
                 sh 'ls -al ${STAGING_DIR}'
                 // Trigger EPP job
                 sh 'curl https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/buildWithParameters?token=Yah6CohtYwO6b?6P'
+                // Trigger EPP staging job
+                sh 'curl https://ci-staging.eclipse.org/packaging/job/simrel.epp-tycho-build/buildWithParameters?token=Yah6CohtYwO6b?6P'
             }
          }
          stage('Start repository analysis') {