flow plugin and pathignore exits status

2012-08-31 Thread ola nilsson
Hi, We use the flow plugin to simplify the building on jenkins. We also use the pathignore plugin to avoid recompiling some parts of the flow. I can not get this to work together as the pathignore sets the build status to NOT_BUILT, and the flow plugin then aborts the pipeline. In my case NOT

Re: passing parameters with build flow plugin

2012-09-06 Thread ola nilsson
Use the parameterized build plugin (for the unit-tests job) and setup a string variable called MYSVN_REV (SVN_REVISION is a 'built-in'). Pass the variable into the build from the flow DSL like you show above. Then, in the unit-tests job config use MYSVN_REV (it's an environment variable) in the