jenkins/core
vsizikov b32b516e44 Fixed ISSUE #178: "Needed an easy way to trigger builds remotely from scripts".
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
2006-11-24 10:04:33 +00:00
..
bin initial commit for a new layout. 2006-11-05 21:16:01 +00:00
src Fixed ISSUE #178: "Needed an easy way to trigger builds remotely from scripts". 2006-11-24 10:04:33 +00:00
.cvsignore ignored more files. 2006-11-05 23:06:02 +00:00
README.txt forgot to add POM. 2006-11-05 23:05:33 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2006-11-21 15:35:31 +00:00

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.)