0

Is it possible to setup a job X to build a sequence of jobs A, B and C sequentially (B does not start before A finished successfully C does not start before B....) without specifying in B that is should start after A is done etc? Precisely I would like to setup a "Master" job which executes the subjobs sequentially without modifying the subjobs. (OR) Is there a way to specify which all jobs to run sequentially from a list file or text file??

Can I use some plugin to perform this ?

Sreevalsa E
  • 905
  • 5
  • 17
  • 39

1 Answers1

0

I guess you should try the plugin Build Pipeline Plugin

Alexandre T
  • 648
  • 2
  • 8
  • 24