1. 15 7月, 2019 3 次提交
  2. 11 7月, 2019 1 次提交
  3. 08 7月, 2019 4 次提交
  4. 03 7月, 2019 13 次提交
  5. 01 7月, 2019 6 次提交
    • O
      CI rebuild · ce9ac38e
      Oliver Gondža 提交于
      ce9ac38e
    • M
      [JENKINS-57515] update JNA library from 4.5.2 to 5.3.1 (#4060) · a604ddc7
      mawinter69 提交于
      * [JENKINS-57515] update jna library to 5.3.1
      
      This solves problems with loading native libraries of jna on AIX
      platform when using openJDK or other JDKs that assume .so is the
      extension for shared libraries
      
      * Pointer.SIZE -> Native.POINTER_SIZE
      
      * remove unnecessary import
      
      * adjust to changed api
      
      (cherry picked from commit ffa9abf6)
      a604ddc7
    • D
      [JENKINS-57725] - Wrap Proc.executor in ClassLoaderSanityThreadFactory (#4035) · 7852ca44
      Devin Nusbaum 提交于
      (cherry picked from commit b18b2e68)
      7852ca44
    • O
      Merge pull request #4066 from jglick/quiet-JENKINS-57993 · f5099f96
      Oleg Nenashev 提交于
      [JENKINS-57993] Avoid printing stack traces for some common agent conditions
      
      (cherry picked from commit dcc395b8)
      f5099f96
    • O
      Merge pull request #4029 from oleg-nenashev/winp/1.28-2 · 4f76cac3
      Oleg Nenashev 提交于
      [JENKINS-57477] - Update to WinP 1.28 to fix process termination logic on Windows
      
      (cherry picked from commit 4a168c6c)
      4f76cac3
    • J
      [JENKINS-57528] - Load detached plugins which are implicit deps of other... · 5b48a42f
      Jesse Glick 提交于
      [JENKINS-57528] - Load detached plugins which are implicit deps of other plugins at startup even w/o UC (#4000)
      
      * Do not warn repeatedly of the same missing update site dependency.
      This happens when locally testing split plugins (despite their presence in WEB-INF/detached-plugins/*.hpi).
      
      (cherry picked from commit 918a0fd2211210a158279b2f19690c86801fe4a1)
      
      * Detached plugins must be kept up to date with security advisories.
      
      (cherry picked from commit e08d28a69897ff94811e02040255a9d266c44d0d)
      
      * Load detached plugins which are implicit dependencies of other plugins at startup, even if the update center was not used.
      
      (cherry picked from commit ad7a36001d30a6174b25e616fc3c215dd24919d1)
      
      * Adjusted expected version after e08d28a69897ff94811e02040255a9d266c44d0d.
      
      (cherry picked from commit 84f939cebd1a0d03633e7b7c01e71ac387fb6463)
      
      * e08d28a69897ff94811e02040255a9d266c44d0d exposed tests which had been incorrectly storing plugins as *.hpi rather than *.jpi.
      
      (cherry picked from commit a0abad7ec474b28d2d388f075bc54f961046b09a)
      
      * Test failure after ad7a36001d30a6174b25e616fc3c215dd24919d1.
      
      (cherry picked from commit 0084e8dbdddf93bb1353516c1fe20d807577631f)
      
      * Another test failure after ad7a36001d30a6174b25e616fc3c215dd24919d1; fewer installDetachedPlugin calls are now required.
      
      (cherry picked from commit b65bb54e9975a7c77103bf7cf4da82295498f308)
      (cherry picked from commit 855ea2ee)
      5b48a42f
  6. 10 6月, 2019 2 次提交
  7. 30 5月, 2019 1 次提交
  8. 23 5月, 2019 2 次提交
  9. 11 5月, 2019 2 次提交
  10. 09 5月, 2019 1 次提交
  11. 06 5月, 2019 2 次提交
  12. 05 5月, 2019 3 次提交
    • J
      [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but... · 70546108
      Jesse Glick 提交于
      [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but should not be fatal (#4011)
      
      * [JENKINS-57244] FilePath (de)serialization via XStream is unsupported but should not be fatal.
      
      * Factoring out a _getChannelForSerialization with a friendlier message and a redirect.
      70546108
    • O
      Merge pull request #4012 from jglick/Run.keepLog · 9ad3967d
      Oleg Nenashev 提交于
      Run.keepLog-related names were misleading
      9ad3967d
    • A
      [JENKINS-11888] - Add stop-job CLI command (#3686) · 63b953d4
      austry 提交于
      * JENKINS-11888 Add stop-job CLI command
      
      * JENKINS-11888 Add license headers
      
      * JENKINS-11888 Review fix
      
      * JENKINS-11888 Fix review
      
      * JENKINS-11888 Remove moved files from cli package
      
      * JENKINS-11888 Fix logging
      
      * JENKINS-11888 Collect jobs list before stopping any builds
      
      * JENKINS-11888 Refactor isBuilding check
      
      * JENKINS-11888 Add Restricted annotation for StopBuildsCommand
      
      * JENKINS-11888 Make cli output more responsive
      
      * JENKINS-11888 Remove single quote for job name
      
      * JENKINS-11888 Add semicolon
      
      * JENKINS-11888 Handle exception for executor.doStop
      
      * JENKINS-11888 Rework test to use JenkinsRule
      
      * JENKINS-11888 Remove semicolons from CLI output
      
      * JENKINS-11888 Fix tests for windows platform
      
      * JENKINS-11888 Write message about exception in one line
      
      * JENKINS-11888 Fix output on not founded job
      
      * JENKINS-11888 Improve tests
      
      * JENKINS-11888 Use fullDisplayName for job name
      
      * JENKINS-11888 Use single quotes for build and job names
      
      * JENKINS-11888 Cleanup exceptions throwing
      
      * JENKINS-11888 Add test checking second job will be stopped if first stop failed
      63b953d4