Parameterized build driven by Jenkinsfile

2017-08-02 Thread Craig Barr
In Jenkins you can select "This project is parameterized" and add parameters. My question is simple: Can this parameter metadata be populated by an alternative version-controlled source? For example, can I define parameter definitions in my Jenkinsfile so that when I click Build Now it will

Re: Parameterized build driven by Jenkinsfile

2017-08-10 Thread Craig Barr
', defaultValue: 'dev', description: '') > ]) > ]) > > /Jacob > > > On 2017-08-09 03:54, Craig Barr wrote: > > Thanks Jacob and Alex! > > Which version of Jenkins does this work for you on? > I've tried with the following Jenkinsfile on 2.46.1 but no matt