1. 11 5月, 2019 1 次提交
  2. 10 5月, 2019 4 次提交
  3. 09 5月, 2019 3 次提交
    • A
      [SECURITY-901] Remove restriction · d74b31ba
      amuniz 提交于
      This is a follow up on SECURITY-901 changes to remove the @Restricted
      annotation after the security release is done.
      d74b31ba
    • M
      [FIX JENKINS-41696] Fix recording fingerprints (#3915) · 82aca642
      Mit Naria 提交于
      * [FIX JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      
      * [JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      2. Fingerprinter now supports excluding patterns for targets,
         caseSensitivity and defaultExcludes.
      
      * [FIX JENKINS-41696] Fix recording fingerprints
      
      1. Fix bug which records fingerprints while
         ignoring the excludes when archiving artifacts.
      2. Fingerprinter now supports excludes,
         defaultExcludes and caseSensitivity.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * [FIX JENKINS-41696] Fix recording fingerprints
      
          1. Fix bug which records fingerprints while
             ignoring the excludes when archiving artifacts.
          2. Fingerprinter now supports excludes,
             defaultExcludes and caseSensitivity.
      
      * removing unused annotation and triggering a build.
      
      * Apply suggestions from code review by jvz
      Co-Authored-By: Nfoxtrot9 <mit4dev@gmail.com>
      
      * [JENKINS-41696] Fix deserialization bug using readResolve.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * Update Fingerprinter.java
      
      1. Getters and setters for defaultExcludes and caseSensitive use boolean instead of Boolean.
      
      * Minor bug fixs.
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      
      * Fix stupid mistake in last commit
      Signed-off-by: NMit Naria <mit4dev@gmail.com>
      82aca642
    • O
      Merge pull request #3922 from jsoref/JENKINS-56379 · 002cf09d
      Oleg Nenashev 提交于
      [JENKINS-56379] Absorb pipeline-model-definition symbol-hetero-list.jelly into hetero-list.jelly
      002cf09d
  4. 07 5月, 2019 1 次提交
  5. 06 5月, 2019 3 次提交
  6. 05 5月, 2019 4 次提交
    • 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
    • I
      Cleanup StopBuildsCommandTest · 4787bd44
      Ilya Zasimov 提交于
      4787bd44
    • 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
  7. 04 5月, 2019 4 次提交
  8. 03 5月, 2019 2 次提交
  9. 02 5月, 2019 2 次提交
  10. 01 5月, 2019 2 次提交
  11. 29 4月, 2019 2 次提交
  12. 28 4月, 2019 1 次提交
  13. 27 4月, 2019 1 次提交
  14. 26 4月, 2019 5 次提交
    • R
      [JENKINS-56477] Fix to allow selecting compatible-only updates for plugins (#3985) · a21402b5
      Romén Rodríguez-Gil 提交于
      * [JENKINS-56477] New "isCompatible" method avoiding all plugins w/ warns
      
      Previous version was only checking "isCompatibleWithInstalledVersion", but there were several other cases that had to be checked
      
      * [JENKINS-56477] Added issue annotation to isPluginUpdateCompatible test
      
      * [JENKINS-56477] Factored out getUpdateSite, init method used by 2 tests
      
      Also removed the "sites" list from the init, since it seemed it was not being used, only using the specific site created from the external json
      
      * [JENKINS-56477] Added a new option for plugin selection: "compatible"
      
      Now users can select "All", "Compatible" or "None"
      
      * [JENKINS-56477] checkPluginsWithoutWarnings also unchecks now
      
      Useful if the user first clicks "Select All" and now wants to "Select Compatible" only.
      
      * [JENKINS-56477] Added unit test for "UpdateSite.Plugin.isCompatible"
      
      The UpdateSite class and its internal classes (e.g. Plugin) are a bit tricky to unit-test. Using some stubs to set the necessary context for the test to run
      
      * [JENKINS-56477] "mock-maker-inline" incompatible w/ other tests
      
      Had to remove the unit test checking "pluginUpdateNotCompatible. It needed "mock-maker-inline" config to mock/spy the Plugin class (which is final), but that mockito config caused conflicts with pre-existing tests.
      
      * [JENKINS-56477] Simplifying condition to check the candidate checkbox
      
      * [JENKINS-56477] Method overload with param should not be exported
      
      * [JENKINS-56477] Javadoc for isCompatible(). Overloaded ver. restricted
      
      Also switched the call in table.jelly to the overloaded version of isCompatible, since a "cache" var was available in the context (and was being already used by calls to the internal methods to show the warnings)
      
      * Removed empty line.
      
      Trivial change to force re-execution of pipeline.
      
      * [JENKINS-56477] "isCompatible" set to @Restricted for now
      
      This method is currently only being used by the Jenkins UI, so we are not being exposing it to plugins nor exporting it. If in the future that need emerges, this can be changed
      a21402b5
    • O
      Merge pull request #3984 from jglick/jetty-connector · b641aa82
      Oleg Nenashev 提交于
      Make ${port} be honored by `mvn -f war hudson-dev:run`
      b641aa82
    • N
      [JENKINS-55829] New getter method in AbstractCIBase (#3873) · f4046fb3
      Nisarg Shah 提交于
      * Created new getter method in AbstractCIBase and marked it as
      `Restricted`
      
      * Added suggested changes
      
      * Added changes
      
      * Suggested Changes Added
      
      * Added new getter method with appropriate changes.
      f4046fb3
    • O
      Merge pull request #3987 from jglick/slave-installer · 6414d071
      Oleg Nenashev 提交于
      [JENKINS-57071] Fixing problems affecting Linux agent installer modules
      6414d071
    • O
      Merge pull request #3986 from jglick/ConfidentialKey · 43d78743
      Oleg Nenashev 提交于
      Making ConfidentialKey instances safe to keep in static fields even across JenkinsRule starts
      43d78743
  15. 25 4月, 2019 2 次提交
  16. 24 4月, 2019 3 次提交