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

But how do the syntax for it look ?? How do I find that out. is there some java source I can read or is this implemented in some other groovy script?

------------

here is what the section on parameters say .

-------
Required No
Parameters None
Allowed Only once, inside the pipeline block.

---------

then it lists string and booleanParam as parameters. the thing it mentioned as none just a few lines above. :(

------------------------



--
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2e45f48c-1eb0-c880-6884-567ab4ba2f73%40inteno.se.
For more options, visit https://groups.google.com/d/optout.

Reply via email to