-
Notifications
You must be signed in to change notification settings - Fork 25
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
Changes required for Configuration As Code (and plugin install) #136
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…however outside of that it isn't blocking. So the script always fails due to missing plugins. This functionality will have to be moved to CaC or plugins will have to be force loaded.
jcasc implemented in ciinabox 2 |
jwhat? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This was created as part of the project to deploy the jenkins stats and watcher plugins using ciinabox-ecs. As a result we have integrated Configuration As Code (CAC), which was unable to install the plugins so we needed a new plugin delivery system until CAC is able to deliver, there are several ways of loading plugins, read below to find out more!
Please review this in conjunction base2Services/ciinabox-containers#39
Notes:
Aren't in the the repo, as it will have to be replaced with a new value (I guess before being accepted?)
:package_cac
rake (sub)instruction.:package_cac
, which it then uploads to S3 in the:deploy
step.. This tar file, is loaded into the jenkins container via the ENV SRCTAR, which then ciinabox-containers/jenkins/cac/entrypoint.sh downloads and overlays as the user jenkins. This is applied every time it starts intentionally as that seems to be what Configuration As Code seems to suggest is the right way.