- Jul 29, 2013
-
-
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
-
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.)
-
Jesse Glick authored
-
Jesse Glick authored
[[JENKINS-16301] Use a buffered input stream to get somewhat better performance also from Maven archiving. Introducing Util.getDigestOf(File) as a convenience.
-
Jesse Glick authored
[FIXED JENKINS-18178] Reverting an inessential part of the fix of JENKINS-16301 since it broke some Maven builds. Apparently the Maven 2 process factory fails to adequately insulate the Maven process from Jenkins library dependencies; if you specify a build extension that can override dependencies used by Jenkins core classes! A real fix would involve changing class loader delegation, since presumably similar bugs could still occur.
-
- Jul 24, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Jesse Glick authored
-
mcdonan authored
Ensure the addTrigger and removeTrigger methods only use methods that are supported by DescribableList. This means no indexed operations are supported, so use only Iterator#remove and Collection#add Add Integration Tests to ensure methods work as expected
-
Jesse Glick authored
-
Jesse Glick authored
java.io.IOException: …/builds/2013-07-11_12-21-02 is in use at hudson.model.Run.delete(Run.java:1363) at hudson.tasks.LogRotator.perform(LogRotator.java:133) at hudson.model.Job.logRotate(Job.java:406) at hudson.model.Run.execute(Run.java:1638)
-
Oliver Gondža authored
Refactor ListView to allow to set includeRegex programmatically
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
Merge branch 'maven-3.1.0' for maven 3.1.0 support in Maven Integration Plugin
-