wakameci blog

wakameci changelog

Jenkins 1.611 -> 1.612

メンテナンス日時

  • 2015/05/05(Tue) 22:10 - 2015/05/05(Tue) 22:20

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.612 (2015/05/03)
* Handle AbortException publisher status in the same way as deprecated false boolean status (issue 26964)
* Ensures GlobalSettingsProvider does not swallow fatal exceptions (issue 26604)
add datestamp to node-offline message (issue 23917)
* Larger minimum popup menu height. (issue 27067)
* As promised, shipping with Java7 class files. (issue 28120)
* Descriptor.getId fix in 1.610 introduced regressions affecting at least the Performance and NodeJS plugins. (issue 28093 and issue 28110)
* Under rare conditions Executor.getProgress() can throw a Division by zero exception. (issue 28115)
* The Run from the command line option for launching a JNLP slave should display the configured JVM options. (issue 28111)

Jenkins 1.610 -> 1.611

メンテナンス日時

  • 2015/04/30(Thu) 10:25 - 2015/04/30(Thu) 10:35

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.611 (2015/04/26)
* Descriptor.getId fix in 1.610 introduced a regression affecting at least the Copy Artifacts plugin. (issue 28011)
* Search box did not work well inside folders. (issue 24433)
* Revert changes in 1.610 made to resolve issue 10629. (issue 28012, issue 28013)
* Advertise JNLP slave agents to the correct host name, even in the presence of a reverse proxy. (issue 27218)
* Advertised TCP slave agent port number is made tweakable.
* Correctly identify Channel listener onClose propagated exceptions (issue 28062

Jenkins 1.609 -> 1.610

メンテナンス日時

  • 2015/04/21(Tue) 23:45 - 2015/04/21(Tue) 23:55

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.610 (2015/04/19)
* Since 1.598 overrides of Descriptor.getId were not correctly handled by form binding, breaking at least the CloudBees Templates plugin. (issue 26781)
* Archiving of large artifacts. Tar implementation cannot handle files having a size >8GB. (issue 10629)
* The queue state was not updated between scheduling builds. (issue 27708, issue 27871)

Jenkins 1.608 -> 1.609

メンテナンス日時

  • 2015/04/14(Tue) 13:05 - 2015/04/14(Tue) 13:15

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.609 (2015/04/12)
* When concurrent builds are enabled, artifact retention policy may delete artifact being used by an actually running build. (issue 27836)
* Documentation for $BUILD_ID did not reflect current reality (issue 26520)
* What's new in 1.608 (2015/04/05)

Jenkins 1.607 -> 1.608

メンテナンス日時

  • 2015/04/06(Mon) 23:25 - 2015/04/06(Mon) 25:35

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.608 (2015/04/05)
* PeepholePermalink RunListenerImpl oncompleted should be triggered before downstream builds are triggered. (issue 20989)
* NPE when /script used on offline slave. (issue 26751)
* Cleanup workspace when last build is >X days ago. (issue 21322)
* Do not offer to restart on /restart and /safeRestart if the configuration does not support it. (issue 27414)
* Polling was skipped while quieting down, resulting in ignored commit notifications. This behavior was changed. (issue 26208)
* Starting this version, native packages are produced from the new repository. File issues related to installers and packages in the packaging component.

Jenkins 1.606 -> 1.607

メンテナンス日時

  • 2015/03/31(Tue) 18:30 - 2015/03/31(Tue) 18:40

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.607 (2015/03/30)
* JSONP served with the wrong MIME type and rejected by Chrome. (issue 27607)
* Security file pattern whitelist was broken for some plugins since 1.597. (issue 27055)
* Lock an Executor without creating a Thread (issue 25938)
* Hide flyweight master executor when ≥1 heavyweight executors running as subtasks (issue 26900)
* Way to mark an Executable that should not block isReadyToRestart (issue 22941)
* Refactor the Queue and Nodes to use a consistent locking strategy (issue 27565)
* Makes the Jenkins is loading screen not block on the extensions loading lock (issue 27563)
* AdjunctManager: exception upon startup (issue 15355)
* Removes race condition rendering the list of executors (issue 27564)
* Tidy up the locks that were causing deadlocks with the once retention strategy in durable tasks (issue 27476)
* Remove any requirement from Jenkins Core to lock on the Queue when rendering the * Jenkins UI (issue 27566)
* Prevent lazy loading operation when obtaining label information. (issue 26391)
* Ensure that the LoadStatistics return a self-consistent result. (issue 21618)
* Build reports to be running for 45 yr and counting. (issue 26777)

Jenkins 1.605 -> 1.606

メンテナンス日時

  • 2015/03/25(Tue) 17:30 - 2015/03/25(Tue) 17:40

作業内容

  • buildワーカー全台入れ替え

作業関連

What's new in 1.606 (2015/03/23)
* Jenkins CLI doesn't handle arguments with equal signs (issue 21160)
* master/slave communication ping reacts badly if a clock jumps. (issue 21251)
* JNLP slaves can now connect to master through HTTP proxy. (issue 21251)
* Fixes to several security vulnerabilities. (advisory)