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
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