-
Notifications
You must be signed in to change notification settings - Fork 60
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
Run generate workspace and project on slaves. #42
base: master
Are you sure you want to change the base?
Run generate workspace and project on slaves. #42
Conversation
Signed-off-by: Robert A. Nothard <[email protected]>
Signed-off-by: Northard, Robert A <[email protected]>
…ature/slave-support
245d5b5
to
9181b09
Compare
@@ -22,6 +22,9 @@ build job: 'Platform_Management/Load_Cartridge_List' | |||
|
|||
// Setup the Gerrit ACL | |||
build job: 'Platform_Management/Setup_Gerrit' | |||
|
|||
// Setup the Pluggable Library | |||
build job: 'Platform_Management/Setup_Pluggable_Library' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this should be brought in as part of this PR since it is covered under here anyway: https://github.com/Accenture/adop-platform-management/pull/30/commits
So once the above is merged in, this branch can be rebased upon master.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'll rebase once the others have been merged.
@RobertNorthard : The branch has conflicts. Please could you rebase and resolve the conflicts as #30 is already merged. I will test after you have done so. |
Run generate workspace and project jobs on slaves to cater for cases were there are no master executors configured in Jenkins.
This is dependent on the #30
I'll rebase once merged, but this is ready for review.