- Jan 02, 2017
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jan 01, 2017
-
-
Daniel Beck authored
Polish translations
-
Daniel Beck authored
Fixes to Catalan translation
-
- Dec 31, 2016
-
-
Damian Szczepanik authored
-
- Dec 30, 2016
-
-
Jordi Mas authored
-
- Dec 27, 2016
-
-
Oleg Nenashev authored
-
Victor authored
* [FIX JENKINS-39268] Properties are not passed to Maven command by Maven build step * [FIX JENKINS-39268] Properties are not passed to Maven command by Maven build step * [FIX JENKINS-39268] Properties are not passed to Maven command by Maven build step * [FIX JENKINS-39268] Changed order in which properties are appended to command line: properties appended later win in case of conflicts * [FIX JENKINS-39268] More precise messages in some assertions * [FIX JENKINS-39268] Cleanup unused imports * [FIX JENKINS-39268] Added functional tests for Maven task.
-
- Dec 25, 2016
-
-
Daniel Beck authored
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Daniel Beck authored
Polish translations
-
Daniel Beck authored
[JENKINS-40666] - Correctly state that Jenkins will refuse to load plugins.
-
Oleg Nenashev authored
[FIX JENKINS-32358] Correctly compute plugin name when multiple sources are passed to install-plugin CLI command
-
- Dec 24, 2016
-
-
Jesse Glick authored
-
- Dec 23, 2016
-
-
Damian Szczepanik authored
-
- Dec 21, 2016
-
-
Jesse Glick authored
-
- Dec 19, 2016
-
-
Daniel Beck authored
Remove polish trnaslation that sneaked into english one
-
Oliver Gondža authored
-
Oleg Nenashev authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 18, 2016
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
* JENKINS-25218 - Hardening of FifoBuffer operation logic. The change improves the original fix in `remoting-2.54`. * JENKINS-39547 - Corrupt agent JAR cache causes agents to malfunction. Improvements: * JENKINS-40491 - Improve diagnostincs of the preliminary FifoBuffer termination. * ProxyException now retains any suppressed exceptions.
-
- Dec 17, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-40252] Add an Iterable<T> that returns all items unsorted
-
Oleg Nenashev authored
Noting #2668, #2664, #2663, #2662, #2661, #2667, #2666, #2652, #2643, #2591, #2658, #2645, #2660, #2603
-
bpedersen2 authored
The re-check updatecenter button should be visible even if there are currently no pending updates.
-
Oleg Nenashev authored
When an empty Freestyle job config gets submitted in the default configuration of Jenkins 2.35, the data is being saved to the disk *8 times*. All of them happen in this code: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Job.java#L1227-L1246 * setDisplayName * Project#getBuildWrappersList().rebuild (onModified handler) * Project#getBuilderList().rebuild (onModified handler) * Project#getPublisherList().rebuild (onModified handler) * AbstractProject#makeDisabled * AbstractProject#setScm * AbstractProject#triggers.replaceBy * final save() There is not so much sense to save partial configurations to the disk due to the risk of data inconsistency there. This change just wraps the config submission section of the job into the BulkChange clause.
-
Markus Winter authored
* [JENKINS-40365] add getNodeProperty methods * implement getNodeProperty in DummySlave * implement getNodeProperty in Node avoid binary imcompatible change dded javadoc * revert Slave.jar to original * fix formatting * more formatting
-
Oleg Nenashev authored
-
Daniel Beck authored
-
- Dec 16, 2016
-
-
Daniel Beck authored
[FIXED JENKINS-40489] - Fix Jenkins initialization stage names
-
Daniel Beck authored
Do not report -noCertificateCheck warning on STDOUT
-
Stephen Connolly authored
-