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. > > The documentation on https://jenkins.io/doc/book/pipeline/syntax/ only > mention string and booleanParam. but since I wrote something wrong I got > a error message so now I know that I can use. booleanParam, choice, > file, text, password, run, string >
If look below the example on the source you quote, you'll see: *** A comprehensive list of available parameters is pending the completion of INFRA-1503 <https://issues.jenkins-ci.org/browse/INFRA-1053>. *** The declarative syntax for pipeline is really quite young and still work in progress. Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7021479a-b6ca-40d7-b3da-8bdf98f1030f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
