adop-jenkins icon indicating copy to clipboard operation
adop-jenkins copied to clipboard

Moving job runner section out of conditional block

Open dsingh07 opened this issue 7 years ago • 0 comments

Currently the Job_Runner call is in the conditional block of Load_Platform so if people choose not to generate example workspace, Job_Runner also won't be called which is incorrect behaviour. This PR will move it out of that block so it will always be called.

To test this, you can spin up an ADOP instance by changing the Jenkins image to have the tag dsingh07/adop-jenkins:load_platform

A valid test would be to spin it up with the --without-load flag and then to run "Load_Platform" without "Generate_Example_Workspace" ticked.

dsingh07 avatar Mar 13 '17 12:03 dsingh07