Regular job to update homebrew components.
A short description for installation
| ////////////////////////////////// | |
| ////// SCRIPT & CLASS SCOPE ////// | |
| ////////////////////////////////// | |
| final def classContext = context scope: classScope() | |
| final def scriptContext = context scope: scriptScope() | |
| contributor([scriptContext, classContext]) { | |
| property(name: "env", type: 'org.jenkinsci.plugins.workflow.cps.EnvActionImpl') | |
| property(name: "params", type: 'org.jenkinsci.plugins.workflow.cps.EnvActionImpl') |