Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in changes from the past 3-4 years #4

Merged
merged 106 commits into from
Feb 9, 2021

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    c3ba170 View commit details
    Browse the repository at this point in the history
  2. MAVEN DERP

    R. Tyler Croy committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    17eff40 View commit details
    Browse the repository at this point in the history
  3. Use our custom settings.xml for our Maven invocations

    R. Tyler Croy committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    c716999 View commit details
    Browse the repository at this point in the history
  4. Properly stash the hpi files

    R. Tyler Croy committed Sep 17, 2016
    Configuration menu
    Copy the full SHA
    03a2429 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2016

  1. Configuration menu
    Copy the full SHA
    acddafc View commit details
    Browse the repository at this point in the history
  2. Use JDK8 to run our step generator

    R. Tyler Croy committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    461fece View commit details
    Browse the repository at this point in the history
  3. fixup! Use JDK8 to run our step generator

    R. Tyler Croy committed Sep 18, 2016
    Configuration menu
    Copy the full SHA
    89c5cee View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Bind to agents labeled "puppet"

    R. Tyler Croy committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    26f153b View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2016

  1. Use HTTPs to reach repo.jenkins-ci.org

    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    1c97140 View commit details
    Browse the repository at this point in the history
  2. Nuke all that pesky trailing whitespace

    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    28afb2b View commit details
    Browse the repository at this point in the history
  3. Upgrade core to 2.23 to get the latest and greatest Jenkins

    This may also address some issues we've been seeing in CI with file descriptor
    leaks.
    
    See jenkinsci/jenkins#2516
    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    113b984 View commit details
    Browse the repository at this point in the history
  4. Add some versions for our Maven plugins

    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    a33a6b4 View commit details
    Browse the repository at this point in the history
  5. Bump more dependency versions

    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d854604 View commit details
    Browse the repository at this point in the history
  6. Add the file leak detector to see how this goes

    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    1ce349a View commit details
    Browse the repository at this point in the history
  7. Revert "Add the file leak detector to see how this goes"

    This reverts commit 1ce349a.
    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    be71de8 View commit details
    Browse the repository at this point in the history
  8. Revert "Upgrade core to 2.23 to get the latest and greatest Jenkins"

    This reverts commit 113b984.
    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    f20730f View commit details
    Browse the repository at this point in the history
  9. Revert "Revert "Add the file leak detector to see how this goes""

    This reverts commit be71de8.
    R. Tyler Croy committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    451dfde View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. Configuration menu
    Copy the full SHA
    7f93fa1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jenkins-infra/ci-jenkinsfile

    Update the Jenkinsfile to suitably run on ci.jenkins.io
    R. Tyler Croy committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    e237c09 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Process the missing List of Steps

    findSubtypes uses ExtensionLists to determine derived classes.  This is
    critcial to any operation that uses anything other than Java classes as
    the required object type.  Also some required classes were not
    loading/failing right away due to missing Jenkins.  The sort of
    convoluted way to fix this was to introduce mocking.  Now, there's a
    Jenkins "object" that is barebones enough to handle the necessary
    methods to load the missing steps.
    kwhetstone committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    be49a53 View commit details
    Browse the repository at this point in the history
  2. Adding pom file

    kwhetstone committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    1c6b809 View commit details
    Browse the repository at this point in the history
  3. typo

    kwhetstone committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    8cbe551 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Merge pull request #2 from jenkins-infra/add_step

    Add step
    R. Tyler Croy committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    7a3703e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. Build periodically

    daniel-beck committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    0d65024 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from daniel-beck/periodically

    Build periodically
    R. Tyler Croy committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    ba53ef9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. [FIX WEBSITE-314] Formatting fixes

    * Show display name of the plugin as h2
    * Remove redundant h1
    * Pass through cleaned up HTML instead of trying to convert
    * Skip 'step' metastep
    * Properly format unknown types
    daniel-beck committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    0be2ecd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b0beb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from daniel-beck/formatting-fixes

     [FIX WEBSITE-314] Formatting fixes
    daniel-beck committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    f6e39ea View commit details
    Browse the repository at this point in the history
  4. Quote doctitle attribute

    daniel-beck committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    8f999de View commit details
    Browse the repository at this point in the history
  5. Remove doctitle

    daniel-beck committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    494fb05 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from daniel-beck/quoting-fix

    Quote doctitle attribute
    R. Tyler Croy committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    35efd36 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Configuration menu
    Copy the full SHA
    6813979 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from daniel-beck/pipelinesteps-layout

    Switch to 'pipelinesteps' layout
    R. Tyler Croy committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    4bdc908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a78be56 View commit details
    Browse the repository at this point in the history
  4. Use plugin macro

    daniel-beck committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    31cb08b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from daniel-beck/link-to-plugin

    Link to plugin
    R. Tyler Croy committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    70cffeb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    a6da82c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Merge pull request #9 from jenkins-infra/fix_infra_job

    Mock Jenkins.getPlugin(Class)
    kwhetstone committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    b952822 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Switch the Pipeline over to an ephemeral 'linux' node

    This has a high likelihood of exhausting disk space, but we'll see what happens!
    
    Fixes INFRA-1307
    R. Tyler Croy committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    731d144 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from jenkins-infra/1307

    Switch the Pipeline over to an ephemeral 'linux' node
    R. Tyler Croy committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    276ad0a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2017

  1. [INFRA-1053] Generate Declarative directive docs.

    This is the first work in that direction - it may make sense to keep
    everything in here after all rather than splitting things up as in
    
    This generates (at least in theory) Asciidoc for the Declarative
    directives that contain Describables - i.e., `agent`, `when`,
    `options`, `triggers`, and `parameters`. More work is needed to
    special-case `post` due to its conditions not being
    Describables. Grr. I have regrets there.
    abayer committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    277dea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4d1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3f078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    014a521 View commit details
    Browse the repository at this point in the history
  5. Better filtering yay.

    abayer committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    a978ed4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Merge pull request #12 from abayer/infra-1053

    [INFRA-1053] Generate Declarative directive docs.
    kwhetstone committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    7b7f169 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    cb1793e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d70c6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c23614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af4f2cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9862c98 View commit details
    Browse the repository at this point in the history
  6. Wrapping help page in div

    alecharp committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0fa1b14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61e6e54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d99f32 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from jglick/instructions

    Suggested instructions for testing changes locally
    kwhetstone committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    5c617aa View commit details
    Browse the repository at this point in the history
  10. Merge pull request #14 from jglick/symbols-JENKINS-37215

    [JENKINS-37215] Dealing with symbols and metasteps
    kwhetstone committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    e2d0319 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Turn off compat mode

    bitwiseman committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    eeec9ce View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Merge pull request #16 from bitwiseman/no-compat

    Turn off compat mode
    bitwiseman committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    c810a08 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    be7902b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db71246 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    59a929f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    811233e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Add comments, simplify code

    zbynek committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0f67901 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Merge pull request #17 from zbynek/website-434

    [WEBSITE-434] Show basic step description when detailed check fails
    kwhetstone committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    52a4754 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    8c54d8f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Consistent naming of "Plugin site"

    Co-Authored-By: Oleg Nenashev <o.v.nenashev@gmail.com>
    zbynek and oleg-nenashev committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    0fe6d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Merge pull request #18 from zbynek/website-185

    Move delegate steps to plugin pages, remove broken link
    kwhetstone committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    262a146 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Add logging

    zbynek committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    7535b70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2316a81 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Clean up imports and generics

    zbynek committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    356fd3d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. Merge pull request #19 from zbynek/website-185

    More robust AsciDoc serializaion, add logging
    kwhetstone committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    873a638 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Configuration menu
    Copy the full SHA
    f986728 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from zbynek/safe-displayname

    Try-catch for computing display name
    timja committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    ef0a197 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    09983bb View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    zbynek committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f131623 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    e2f3055 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Bump core to 2.263.3

    zbynek committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    fc3f008 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Merge pull request #21 from zbynek/core-2-249

    Update core to 2.263.3, args4j to 2.33
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3fb7be4 View commit details
    Browse the repository at this point in the history
  2. Set maven source encoding to UTF-8

    Resolves a maven warning and assures that we're using a consistent file
    encoding no matter which platform is used for the build.
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    7de90e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2526ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d580fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d871892 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9ce027 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    085055a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a25482 View commit details
    Browse the repository at this point in the history
  9. Use Jenkins.get() as non-deprecated API

    Has clearly stated nonNull return value
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    39382aa View commit details
    Browse the repository at this point in the history
  10. Use findbugs annotations instead of javax annotations

    The javax.annotation.CheckForNull and javax.annotation.Nonnull have
    been removed.
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    e81063b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb060a0 View commit details
    Browse the repository at this point in the history
  12. Use Spring security context instead of acegi

    Replace the deprecated methods with current recommended methods.
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    f30ccb1 View commit details
    Browse the repository at this point in the history
  13. Configure dependabot

    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a584611 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d3e6ea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    273e3d8 View commit details
    Browse the repository at this point in the history
  16. Remove dir directive from assembly definition

    The maven assembly plugin warns that it does not support directories.
    The content of the zip file before this change is the same as the content
    of the zip file after the change.
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    57a676c View commit details
    Browse the repository at this point in the history
  17. Revert "Remove dir directive from assembly definition"

    The dir directive generates a '*-bin' directory in the target.  That
    directory is used for the file descriptor leak check in the Jenkinsfile.
    It is more important to have the file leak detector checks than to remove
    the maven warning.
    
    This reverts commit 57a676c.
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    29a5897 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #22 from MarkEWaite/update-components

    Update components
    MarkEWaite committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c6ede9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1483365 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request #25 from MarkEWaite/update-servlet-api

    Match javax.servlet-api version in Jenkins core/pom.xml
    MarkEWaite committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    096bf7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1794056 View commit details
    Browse the repository at this point in the history
  3. Use plugin bom to manage plugin versions

    Simplify this pom and retain plugin version consistency by using the
    versions defined in the Jenkins plugin bom.
    MarkEWaite committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    eae435a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #26 from MarkEWaite/use-plugin-bom

    Use plugin bom
    MarkEWaite committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    66db466 View commit details
    Browse the repository at this point in the history
  5. Bump bom-2.263.x from 18 to 21

    Bumps [bom-2.263.x](https://github.com/jenkinsci/pom) from 18 to 21.
    - [Release notes](https://github.com/jenkinsci/pom/releases)
    - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/jenkinsci/pom/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    332cae2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #27 from jenkins-infra/dependabot/maven/master/io.…

    …jenkins.tools.bom-bom-2.263.x-21
    
    Bump bom-2.263.x from 18 to 21
    MarkEWaite committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    3b8bda3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Bump jenkins-core from 2.277 to 2.278

    Bumps [jenkins-core](https://github.com/jenkinsci/pom) from 2.277 to 2.278.
    - [Release notes](https://github.com/jenkinsci/pom/releases)
    - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/jenkinsci/pom/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    07322ee View commit details
    Browse the repository at this point in the history
  2. Bump bom-2.263.x from 21 to 23

    Bumps [bom-2.263.x](https://github.com/jenkinsci/pom) from 21 to 23.
    - [Release notes](https://github.com/jenkinsci/pom/releases)
    - [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/jenkinsci/pom/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    c5c825f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from jenkins-infra/dependabot/maven/master/io.…

    …jenkins.tools.bom-bom-2.263.x-23
    dependabot[bot] committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9e39094 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #28 from jenkins-infra/dependabot/maven/master/org…

    ….jenkins-ci.main-jenkins-core-2.278
    dependabot[bot] committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7d8d72c View commit details
    Browse the repository at this point in the history