Hi Oliver, thanks for this quick response. I published a runable test in https://github.com/uhafner/acceptance-test-harness/pull/30
As I already mentioned in my PR comment my assumption is that the NodeLabelParameter plugin's triggerIfResult functionality only considers the main build action. I didn't care about the difference between main build action result and the job result before because I did a lot of trials manually with a local jenkins installation before writing the test. Now, having the test running I noticed the console output *"INFO: frequent_trial #1 main build action completed: SUCCESS" *during the test which may be an explanation why the failed build is not considered. The main question is: How can I simulate a build on a dumb slave which fails for the main build action? This would be necessary to proof my assumption that the triggerIfResult setting would work as designed for the main build action. Nevertheless, I think if my assumption is correct, this should result in a bug report then. -- Martin 2014-05-17 8:33 GMT+02:00 oliver gondža <[email protected]>: > Thanks for the test you have already created. Can you publish what you > have in a PR, so we can discuss actual code? > > -- > oliver > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
