Re: pipeline: parameters documentation.

2018-08-13 Thread Craig Rodrigues
Today, I also learned about the new *Declarative Directive Generator* which is available in the latest Jenkins and pipeline distributions:: https://jenkins.io/blog/2018/04/09/whats-in-declarative/ If you use that and click on *Sample Directive -> parameters: Parameters* then you can see the differ

Re: pipeline: parameters documentation.

2018-08-13 Thread Craig Rodrigues
I submitted this pull request which got accepted: https://github.com/jenkins-infra/jenkins.io/pull/1711 and now there are more examples of parameters at: https://jenkins.io/doc/book/pipeline/syntax/#parameters for *text*, *choice*, *password*, *booleanParam*, and *file* parameters. -- Craig O

Re: pipeline: parameters documentation.

2017-04-26 Thread Kenneth Johansson
On 2017-04-26 16:14, Björn Pedersen wrote: Am Mittwoch, 26. April 2017 14:43:39 UTC+2 schrieb Kenneth Johansson: hmm I'm starting to question the usefulness of the pipeline system. Its very hard to understand how to do even very basic stuff. Even something as easy as finding o

Re: pipeline: parameters documentation.

2017-04-26 Thread 'Björn Pedersen' via Jenkins Users
Am Mittwoch, 26. April 2017 14:43:39 UTC+2 schrieb Kenneth Johansson: > > hmm I'm starting to question the usefulness of the pipeline system. Its > very hard to understand how to do even very basic stuff. > > Even something as easy as finding out what type of parameters I can use > is hard. >