samrocketman / jervis

Self service Jenkins job generation using Jenkins Job DSL plugin groovy scripts. Reads .jervis.yml and generates a job in Jenkins.
http://sam.gleske.net/jervis-api/
Apache License 2.0
267 stars 45 forks source link

Support for partial unstable toolchains #150

Closed samrocketman closed 1 year ago

samrocketman commented 1 year ago

The unstable toolchains could only have one entry or a few entries. Instead of requiring a full copy of a toolchains and lifecycle file. Only copy what needs to change and be tested.

I no longer want to require a full copy of lifecycles and toolchains. If a project sets itself as unstable then:

samrocketman commented 1 year ago

https://github.com/samrocketman/jervis/commit/8da9edc97b3521103cf495b7303bb47da52c62fb hasGlobalResource enables this.