mirror of https://github.com/jenkinsci/jenkins.git
Submitted by: Vladimir Reviewed by: Jesse git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1242 71c3de6d-444a-0410-be80-ed276b4c234a |
||
|---|---|---|
| .. | ||
| bin | ||
| src | ||
| .cvsignore | ||
| README.txt | ||
| pom.xml | ||
README.txt
For efficient debugging, set the system property "stapler.jelly.noCache" to true on the container. For example in Tomcat, this can be done by: $ export CATALINA_OPTS="-Dstapler.jelly.noCache=true" $ catalina.sh run This setting tells Stapler not to cache compiled Jelly scripts, so every change you make to Jelly scripts will be reflected instantly without reloading the whole app (at the expense of slow page rendering performance.)