Jenkins : Conditional build step -
I have to make many jobs in junkkin, which are inter-foreign. The process that I want to do is as follows - 1. Poll SVN for A
If there is any change then test-suit does not have a performance test - suite A and nothing else, in the next step Continue -
Poll SVN for B
If there is a change / test-suit B test - test -Soot
-
Use conditional construction steps and this
-
Pole SVN for one
Works - If there is a change / test-suite, create an executable test-suit
Other
stop Can anyone help me here?
What if changes in B are? Do not you want to make it?
Usually you set up Jenkins's job either whole (i.e. the only thing that makes A, then B is in return) or you can build independent jobs. Dependency of the child I.e. A will always produce B and B will always make it).
Comments
Post a Comment