adop-jenkins
adop-jenkins copied to clipboard
Remove Job_Runner from conditional build step
Currently the Load_Platform job calls another child job Job_Runner which in turn executes all the jobs responsible for setting up your platform.
For some reason, it is under a conditional build step, which means if Generate_Example_Workspace is not ticked, it won't execute. This needs to simply be moved into a regular build step.