]
Lukáš Valach commented on JBIDE-23889:
--------------------------------------
Could we change SLEEPTIME back to 30 minutes?
It seems that runs started by trigger are aborted because job timeout is also set to 180
minutes. So we have to either increase job timeout or decrease SLEEPTIME.
jbosstools-composite-install_master sends lots of nag emails when
something goes awry (as it should)
----------------------------------------------------------------------------------------------------
Key: JBIDE-23889
URL:
https://issues.jboss.org/browse/JBIDE-23889
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.3.AM2
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.4.4.AM1
Attachments: composite.png
jbosstools-composite-install_master re-runs itself on failure. However, it seems like the
SLEEP_TIME parameter is now ignored, resulting on constant re-run of the job and a lot of
spam (multiple mails per minutes). Additionally to spam, this adds a relatively big load
on Jenkins and slaves queue.
I've removed the re-run on failure block of the downstream job trigger as a temporary
workaround.