Jenkins check property and than execute or not -


is possible in jenkins start job on node , before start check if property or env. variable exists? if exists start, if not exist don't start on it. how can this?

i need it, because first job reverts virtual machine after executing , make off in jenkins in jenkins node little bit time on-line(near 5 sec) , second job in downstream can catch it.

you can use script trigger plugin use script decide whether trigger job or not. you've got write script though.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -