Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving job runner section out of conditional block #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dsingh07
Copy link
Contributor

@dsingh07 dsingh07 commented Mar 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant