- Jul 30, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Olivier Lamy authored
Fix javadoc warnings in hudson.model.Queue
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jul 29, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Mark Waite authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jul 28, 2013
-
-
Olivier Lamy authored
-
- Jul 27, 2013
-
-
ssogabe authored
-
ssogabe authored
-
Kohsuke Kawaguchi authored
Conflicts: test/src/test/java/hudson/model/QueueTest.java
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
expose --listen* command line arguments in RPM init script
-
Kohsuke Kawaguchi authored
Conflicts: maven-plugin/src/main/java/hudson/maven/Maven3Builder.java
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-18643] Make tests run on Windows (line break character, query parameters for file schema)
-
Larry North authored
Given these <variable,value> mappings: <A,a> and <A.B,a-b>, $A.B would evaluate to $a.B, as it currently does, and ${A.B} to a-b instead of the current ${A.B}. Existing ${A.B}-like references will break (not evaluate to ${A.B}) if there actually is an A.B variable defined, which I think is very unlikely.
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-18813] Add/RemoveTrigger now works
-
Kohsuke Kawaguchi authored
See https://groups.google.com/forum/#!topic/jenkinsci-dev/CPab12692Qs and https://github.com/jenkinsci/jenkins/pull/873 for the context. This change reimplements nullin's original commit as it contains too many noise changes.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Show full job names in checkbox tooltips when configuring list views
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jul 25, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
Also cleaning up variable names to be less misleading. Note that new File("target") is really a bad idea since we cannot predict the CWD in effect when Maven is run. (From the standard bin/mvn launcher, it seems that it will always be *some* Maven project at least. This may not be true for Maven run embedded from various tools.) But leaving that as is for now, since it is not clear how else we would find the project location. (new File(env.description().getTestClass().getProtectionDomain().getCodeSource().getLocation().toURI()).getParentFile() might work but it is pretty hacky.)
-