Hi, - Generic Jelly documentation: http://commons.apache.org/proper/commons-jelly/ - Docs in Jenkins: - https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins - https://wiki.jenkins-ci.org/display/JENKINS/Understanding+Jelly+Tags - https://wiki.jenkins-ci.org/display/JENKINS/Jelly+form+controls - There was also a taglib site, but it is down now. BTW you can still generate it by running "mvn site" in the Jenkins core repo - JavaScript and Jelly examples (googleable by "<script>" tag though there are other options) - Extended Choice Plugin: https://github.com/jenkinsci/extended-choice-parameter-plugin - It does some dynamic magic with controls in the multi-level selection mode - Active choices: https://github.com/jenkinsci/active-choices-plugin - https://github.com/jenkinsci/role-strategy-plugin/blob/4d7e065d2d8fc569df6c51ed5698e50b9934977d/src/main/resources/com/michelin/cio/hudson/plugins/rolestrategy/RoleStrategyConfig/assign-global-roles.jelly
Hopefully it helps, 2017-04-13 2:10 GMT+02:00 JordanGS <[email protected]>: > Cool thank you, could you please link me any tutorials or guide or maybe > other plugins you're familiar with that use JavaScript or Custom Jelly > controls. Always open to learning but not sure where to start. (Google > search isn't returning anything useful) > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jenkinsci-dev/acAcP0XNooo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-dev/7e131dfd-b1ca-4ece-a896-5f3e714dc244% > 40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/7e131dfd-b1ca-4ece-a896-5f3e714dc244%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAPfivLBJcuiJHvJ%3DA5qUz2dHtLjy%2BvjU-bougm7co98M5s1Dsw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
