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

Refactor getObjectValue usage #162

Open samrocketman opened 1 year ago

samrocketman commented 1 year ago

YamlOperator.getObjectValue features are more robust. Most getObjectValue usage pre-dates the new features and there's a lot of processing code which can be removed because the new version of getObjectValue handles it automatically.