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

Add support of bundling CasC definitions into WAR files #249

Closed
oleg-nenashev opened this issue Jun 1, 2018 · 1 comment
Closed

Add support of bundling CasC definitions into WAR files #249

oleg-nenashev opened this issue Jun 1, 2018 · 1 comment
Assignees
Labels
feature A PR that adds a feature - used by Release Drafter

Comments

@oleg-nenashev
Copy link
Member

I am working on a Custom WAR Packager project, which allows bundling Jenkins to a portable WAR with all configurations and plugins. Currently it supports System Groovy Scripts, but it would be great to also support Configuration-as-Code as input. Tracking ticket: JENKINS-51656

In order to do that, CasC plugin should check WAR resources while loading configs. I propose to use layout similar to what Groovy hooks do:

  • WEB-INF/casc.yaml
  • WEB-INF/casc.yaml.d/*
@oleg-nenashev
Copy link
Member Author

Integrated

@jetersen jetersen added feature A PR that adds a feature - used by Release Drafter and removed enhancement labels Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A PR that adds a feature - used by Release Drafter
Projects
None yet
Development

No branches or pull requests

2 participants