Can you attached a few picture of the issues?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discus
le Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/54B6F1DA.7
I have a controller job that run mutliple downstream job. Say if one or two
of them fail this instance but was later fix in an hour. I then rerun those
failure individually and they pass. How do I make the controller become
green again? I do not want to promote it because visually, if you have
NM, there's an issue with build flow.
https://issues.jenkins-ci.org/browse/JENKINS-22779
On Monday, January 12, 2015 at 3:00:22 PM UTC-8, Lam Le wrote:
>
> hi, thx for suggestion. I have it running, but the only issue i run into
> is that if it actually fail, it is not trig
hi, thx for suggestion. I have it running, but the only issue i run into
is that if it actually fail, it is not triggerring a post action. like if
it fail i want it to trigger parameterized build on other project. but its
not doing this.
out.println params["browser"]
out.println params["baseUr
I'm assuming your jenkins job pull and run this report from its workspace.
Use the trigger 'Editable Email Notification' plugin. There's a param for
attachments, just point it to the directory that has these two files and
it'll send it out after every run.
On Tuesday, January 6, 2015 at 1:02
I have a job which act as a controller. It call subsequent job using the
'Trigger/call builds on other projects' plugin. The controller call 3
other jobs, if any of these job fail, then it will rerun itself.
Controller:
J#1 - Pass
J#2 - Pass
J#3 - Fail, retry and Pass
In this case, the contro