Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-06 Thread Robert Munteanu
On Sun, 2015-10-04 at 14:56 +0530, Carsten Ziegeler wrote: > It seems we're getting a lot of failures due to deploy problems. Do > we > really need to deploy the snapshots? (as I doubt that we can fix the > deployment problems) Or can we maybe ignore the error if deployment > fails? For the

Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-06 Thread Julian Sedding
Maybe the "retryFailedDeploymentCount" of the maven-deploy-plugin could help? Unfortunately I could not find an option to stop the build from failing if deployment fails - that's what I think Carsten suggested and would be ideal IMHO. Regards Julian On Tue, Oct 6, 2015 at 10:00 AM, Robert

Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-06 Thread Robert Munteanu
On Sun, 2015-10-04 at 14:56 +0530, Carsten Ziegeler wrote: > It seems we're getting a lot of failures due to deploy problems. Do > we > really need to deploy the snapshots? (as I doubt that we can fix the > deployment problems) Or can we maybe ignore the error if deployment > fails? IIRC we need

Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-06 Thread Robert Munteanu
Another option is to retry the build if it fails using the Naginator plugin [1]. We can set it up to retry the job in case we have some known failures, like Java crashing or Nexus being down. Robert [1]: https://wiki.jenkins-ci.org/display/JENKINS/Naginator+Plugin On Tue, 2015-10-06 at 10:09

Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-06 Thread Robert Munteanu
On Tue, 2015-10-06 at 10:09 +0200, Julian Sedding wrote: > Maybe the "retryFailedDeploymentCount" of the maven-deploy-plugin > could help? Unfortunately I could not find an option to stop the > build > from failing if deployment fails - that's what I think Carsten > suggested and would be ideal

Re: Build failed in Jenkins: sling-trunk-1.7 #2409

2015-10-04 Thread Carsten Ziegeler
It seems we're getting a lot of failures due to deploy problems. Do we really need to deploy the snapshots? (as I doubt that we can fix the deployment problems) Or can we maybe ignore the error if deployment fails? Regards Carsten Am 04.10.15 um 13:07 schrieb Apache Jenkins Server: > Waiting