Revisions of jenkins

Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 53)
- Update to version 1.518 (bnc#824154):
  + NPE in DefaultMatrixExecutionStrategyImpl.waitForCompletion. (issue 18024)
  + Optimizations in fingerprint recording. (issue 16301)
  + Using JNR-POSIX rather than JNA-POSIX for better platform support. (issue 14351)
  + Errors searching build records when builds were misordered. (issue 15652)
  + Finding the last failed build for a job (e.g. from a view column) broke lazy loading. (issue 16023)
  + Do not fail startup in case ListView.includeRegex was syntactically malformed.
  + CSS stylesheets misrendered in Chrome due to caching. (issue 17684)
  + User icon in People broken if Jenkins root URL unconfigured. (issue 18118)
  + Progress bar sometimes broken in People. (issue 18119) 
- See https://jenkins-ci.org/changelog for in-between releases
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 52)
- Update to version 1.512:
  * Views can now include jobs located within folders. (pull 757)
  * Added confirmation dialog before reloading configuration from disk. (issue 15340)
  * Switched confirmation before deleting jobs or wiping out workspace to a dialog.
  * Different text than “Build Now” for parameterized jobs. (issue 10738)
  * Check the view name with ajax.
  * “Build Now” context menu item broken for parameterized jobs. (issue 17110)
  * Incorrect redirection after delete of job in folder in view. (issue 17575)
  * ”My Views" links leads to 404 Not Found. (issue 17317)
  * Quoting Issue with JDK Installer with Windows Installer. (issue 5408)
  * Restored compatibility in ArtifactArchiver signature; broken in 1.509 and could affect plugins. (issue 17637)
  * Fixed a bug in the logic that hides context menu anchor 'v' (issue 13995) 
- Changes from version 1.511:
  + JUnit result archiver should only fail builds if there are really no results - i.e. also no skipped tests. (issue 7970)
  + NullPointerException related to lazy loading when loading some builds using fingerprinting. (issue 16845)
  + Better display of parameters in queue items. (issue 17454)
  + sort order of plugin list is not working by default. (issue 17039) 
- Changes from version 1.510:
  + UnsatisfiedLinkError on CreateSymbolicLinkw on Windows XP. (issue 17343)
  + Flyweight tasks should execute on the master if there's no static executors available. (issue 7291)
  + Download tool installations directly from the slave when possible, since this is much faster than going through the master. (issue 17330)
  + Improved UI for implicitly locked builds. (issue 10197)
  + Promote the use of 'H' in cron. (issue 17311)
  + Context menu no longer automatically pops up (issue 13995) 
- Changes from version 1.509:
  + Heavy thread congestion saving fingerprints. (issue 13154)
  + Option to make the build not fail if there is nothing to archive. (issue 10502)
  + Better report file deletion failures. (issue 17271)
  + "Local to the workspace" repository locator does not work when building one module in isolation. (issue 17331)
  + Master node mode not correctly displayed in /computer/(master)/configure. (issue 17263)
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 163057 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 51)
updated to version 1.510
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 50)
- Use /var/log/jenkins for all log-files
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 49)
Fix broken binary
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 48)
- Update to version 1.506:
  + Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config. (issue 17087)
  + Made --httpKeepAliveTimeout option work (that was supposed to have been introduced in 1.503). (issue 16474)
  + Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085)
  + Permalinks created in the wrong place when using external build directories. (issue 17137)
  + External build directories not updated by job rename/delete. (issue 17138)
  + JNA-related error from Windows slave monitoring thrown repeatedly. (issue 15796)
  + Improved the request handling performance (where the file lookup is expensive, such as on NFS). (issue 16606)
  + Windows symbolic support on Java5/6.
  + Improved the duration browsers cache static resources.
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 47)
- Update to version 1.505:
  + Exception in flyweight tasks when checking if an executor is interrupted. (issue 17025)
  + JNA-related linkage errors on Windows not handled gracefully. (issue 15466)
  + Added run display name as an environment variable when RunParameter is used (pull 720)
  + Fixed "Manage" sub-contextmenu for non-standalone deployments (pull 721)
  + Absolute URLs in console output (issue 16368)
  + Revert ampersand encoding which can cause backward incompatibility issue (pull 683)
  + Fix dependency graph computation when upstream build trigger is involved (issue 13502)
  + Disabled Authenticode verification for Windows services. (issue 15596) 
- Changes from version 1.504:
  + Fixed a regression in the "discard old builds" in 1.503. (issue 16979)
  + Maven 3.0.5 upgrade. (issue 16965)
  + Not all log messages were being captured at /log/all. (issue 16952)
  + Incorrect or missing XML encoding declaration on some REST API pages. (issue 16881)
  + Fixed: Human readable file size method returns ",00" for files with byte length 0 (issue 16630)
  + “Build” from job context menu produced a confusing warning page. (issue 16844)
  + Maven2 builds with non-standard test plugins failed. (issue 16928)
  + Started bundling XStream 1.4.4 (issue 12542)
  + Significant improvement in Traditional Chinese localizations. (pull 716) 
- Updated init script accordingly
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 46)
binary changed
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 45)
- Update to version 1.503:
  + ${ITEM_FULLNAME} variable was not working for Maven projects on Windows, so introduced ${ITEM_FULL_NAME} instead. (issue 12251)
  + Lock contention issue in build history view. (issue 16831)
  + Fixed the HTTP request thread saturation problem with Winstone. (issue 16474)
  + Script evaluation script error on IE. (issue 16561)
  + surefire-reports not detected for android-maven-plugin (issue 16776)
  + maven-failsafe-plugin tests not recognized anymore (issue 16696)
  + UI waiting on a queue lock to display cause of queue blockage. (issue 16833)
  + UpdateCenter REST API chokes if there was a plugin installation failure. (issue 16836)
  + Missing build title in /rssAll when build has no test result. (issue 16770)
  + Changed the way matrix axis values are exposed as env variables (issue 11577)
  + Maven 3 builds ignored quiet (-q) and debug (-X) options (issue 16843)
  + JNLP slave installers can now work transparently with secured Jenkins. (SECURITY-54 / despite the ticket marker, this is not a security vulnerability)
  + "Discard old build records" behavior is now pluggable, allowing plugins to define custom logic. 
- Changes from version 1.502:
  + Miscellaneous security vulnerability fixes. See the advisory for more details. (SECURITY-13,16,46,47,54,55,59,60,61)
  + Builds disappear from build history after completion. (issue 15156)
  + Plugin Manager’s Filter field did not work. Regression in 1.500. (issue 16651)
  + DISCOVER-able jobs break the build queue widget (issue 16682)
  + Extension point to provide access to workspace even when node is offline (issue 16454)
  + Extension point to listen BuildStep execution
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 155578 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 44)
Updated to version 1.501
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 150273 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 43)
updated to version 1.500
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 148783 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 42)
updated to version 1.499
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 147482 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 41)
Updated to version 1.498
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 147339 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 40)
updated to version 1.497
Lingchao Xin's avatar Lingchao Xin (douglarek) accepted request 146542 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 39)
Updated to version 1.495
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 145715 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 38)
updated to version 1.494
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 144905 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 37)
updated to version 1.493
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 142991 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 36)
Updated to version 1.492
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 142338 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 35)
Updated to version 1.491
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 141370 from Lingchao Xin's avatar Lingchao Xin (douglarek) (revision 34)
Updated to version 1.490
Displaying revisions 421 - 440 of 473
openSUSE Build Service is sponsored by