How to schedule the parameterized jenkins job?
I have a parameterized parent job which has 6 child jobs. when the parent job is triggered it should start the child jobs one after another.I should run the parent job for every 7 hours on weekend which I have given as H */7 * * 6-7
.
My questions are:
- How does the parent job takes the parameters when it is triggered?
- Does it take the default choice or do i need a script to give the parameters?
- How to configure if i want to skip any one of the child job?