@Baptiste Mathus

Example: you have basic jelly usage: 
https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins
and jelly form controls: 
https://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls

and a nice plugin called UI samples. This covers most of the basics but it 
doesn't really cover what i think most plugins needs.

*f:property* should be covered somewhere and explained 

the simplest and biggest thing that i would LOVE to see. Is how to create 
an expandable/collapsible checkbox that remembers it's state and it a 
true/false value can be retrieved for it. I sort of have this working but i 
had to add inline="true" which makes it so that every time i check the 
checkbox, the page scrolls to the footer. Personally i don't understand 
this behavior but i also can't find a simple example. You said to look at 
plugins I'm familiar with, but most of the well developed plugins are 
overly complicated for a beginner.

The only other thing is that there are too many half finished tutorials 
with sections that say todo. I'd write a tutorial but i don't know enough 
to educate someone else in Jenkins development. What would be great is a 
dummy plugin that shows off various form controls as part of a build for 
example, shows you how to use wrappers, reference the variables and such. 
I'd be more than happy to start one myself if someone more experience could 
help out with the harder form controls.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" 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-dev/537494f0-2a5e-4d08-a305-a286635bbd8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to