Re: How to pass parameter from build batch job to build flow job

2016-03-30 Thread Noel Yap
Job A isn't really setting VAR_REV. Instead, it's setting it in a local scope (ie it shells out, sets the env var in that shell, then exits the shell). Try using the Inject Environment Variable plugin. On Wed, Mar 30, 2016 at 3:52 PM nguyen wrote: > Hi, > > I have two build job *A* and *B*. > j

Re: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Noel Yap
https://stackoverflow.com/questions/26026431/how-to-fast-fail-jenkins-build-flow-plugin-job/26026432#26026432 On Mon Nov 10 2014 at 8:35:18 AM Ginga, Dick wrote: > Having looked at this again, you should be able to do what you want in > the shell script itself. I am not an expert here, so I wil

Re: How does Jenkins FindBugs plugin know about RV_EXCEPTION_NOT_THROWN?

2012-10-18 Thread Noel Yap
Never mind. All the RV_EXCEPTION_NOT_THROWN warnings had been fixed between the Jenkins run and my local run. On Oct 18, 11:22 am, Noel Yap wrote: > Jenkins FindBugs plugin is reporting instances of > RV_EXCEPTION_NOT_THROWN, but when I look through the findbugs.xml > files, there

How does Jenkins FindBugs plugin know about RV_EXCEPTION_NOT_THROWN?

2012-10-18 Thread Noel Yap
Jenkins FindBugs plugin is reporting instances of RV_EXCEPTION_NOT_THROWN, but when I look through the findbugs.xml files, there's no mention of it (although it does mention other types of warnings). This is the behavior even if I set reportLevel=low. Where is this coming from? Thanks, Noel