- Aug 10, 2013
-
-
ssogabe authored
-
Seiji Sogabe authored
correct help text of Label field => can be a Label Expression
-
- Aug 09, 2013
-
-
Kohsuke Kawaguchi authored
Eliminated the wrong script tag generation from <st:bind/>
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
(04:07:53 PM) bbeck: In a plugin, given hudson.model.Node object is there an easy way to figure out how many busy/idle executors that node has? There only seems to be a method to determine the number of executors, but not their states. (04:24:02 PM) kohsuke: bbeck: see Computer (04:25:51 PM) bbeck: kohsuke: thanks, just noticed the countIdle/countBusy functions there.
-
Kohsuke Kawaguchi authored
Added another attribute 'checkDependsOn' on <input> elements (akin to 'fillDependsOn', etc) to list up the other dependency controls, and insert appropriate onchange events. 'checkUrl' is now just the stem portion of the URL to invoke, and the client script builds up the query parameters.
-
Jesse Glick authored
-
Jesse Glick authored
-
- Aug 08, 2013
-
-
Jesse Glick authored
-
- Aug 07, 2013
-
-
Michael Pailloncy authored
-
Jesse Glick authored
[FIXED JENKINS-9913] At least print a diagnostic to the build log if we are waiting on a checkpoint.
-
Jesse Glick authored
BuildStepCompatibilityLayer already implements BuildStep, so its subclasses need not say they do as well.
-
- Aug 06, 2013
-
-
Jesse Glick authored
Also [JENKINS-19042] does not seem to have made it into 1.526; seems to have been towards 1.527.
-
Kohsuke Kawaguchi authored
-
- Aug 05, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
albers authored
-
Jesse Glick authored
-
Jesse Glick authored
Follow-up on PR #848
-
Kohsuke Kawaguchi authored
The contents of those files are manually inspected. This will hopefully reduce the ramp-up curve for new users. This is based on http://www.jetbrains.com/idea/webhelp/project.html
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This reverts commit 1a6f3dfa. forgot to add this file
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
MAVEN_OPTS=-Dfile.encoding=Cp1252 mvn -DskipTests -f core/pom.xml clean compile
-
Oliver Gondža authored
-
lvotypko authored
-
- Aug 04, 2013
-
-
Oliver Gondža authored
-
lvotypko authored
-
- Aug 03, 2013
-
-
https://github.com/jenkinsci/jenkins/pull/848Vincent Latombe authored
a search context is now provided to build SuggestedItem in order to provide correct search name and url in the given results.
-
Kohsuke Kawaguchi authored
Integrated bytecode-compatibility-transformer that allows core to do signature changes on properties that plugins might depend on. The library performs necessary bytecode transformation to achieve this. The first use of this is to fix plugins that looks for List AbstractProject.triggers, thereby resolving JENKINS-18677. For the time being, I'm not loading such compatibility annotations from plugins, but I did code that in PluginManager. Let's see how this feature work out for a while in the core, and if it looks stable and solid, we'll open it up to plugins at that point.
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
-