You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
What I propose initially is the ability to supply Ruby files that will be required at runtime by Jenkins. Users can then define and load their own templating code based on the existing Job::ConfigBuilder class.
Scenario: Create job with steps from custom template (jenkins create -r my_sweet_config_builder.rb --template my_template)
This is a similar pattern to, say, RSpec where you can load and use custom formatters at runtime.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following on https://github.com/cowboyd/jenkins.rb/issues/31#issuecomment-3720385
What I propose initially is the ability to supply Ruby files that will be required at runtime by Jenkins. Users can then define and load their own templating code based on the existing Job::ConfigBuilder class.
This is a similar pattern to, say, RSpec where you can load and use custom formatters at runtime.
The text was updated successfully, but these errors were encountered: