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

Bump bom-2.138.x from 3 to 4 #496

Merged

Commits on Jan 24, 2020

  1. Bump bom-2.138.x from 3 to 4

    Bumps [bom-2.138.x](https://github.com/jenkinsci/bom) from 3 to 4.
    - [Release notes](https://github.com/jenkinsci/bom/releases)
    - [Commits](https://github.com/jenkinsci/bom/commits)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    86aa965 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Restrict matcher in getHeadRev wildcard test

    Not a healthy test because it depends on the names 
    of branches on the remote repository.  Branch names
    on the remote repository are now supplemented by
    names from Dependabot and thus may be interesting
    variants that will confuse this test.
    
    Time to complete the task I set myself long ago of
    completely replacing GitAPITestCase (a JUnit 3 test)
    with the JUnit 4 equivalents that have already been 
    started elsewhere in the repository
    MarkEWaite committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d6beaef View commit details
    Browse the repository at this point in the history
  2. Second try to restrict regex match

    Same message as prior commit still applies.
    
    This test is a good test of corner cases, but
    it relies on state that is external to the test env.
    MarkEWaite committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    c9e2dfa View commit details
    Browse the repository at this point in the history
  3. Yet another attempt to narrow test correctly

    See prior commit
    MarkEWaite committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    2ee82ed View commit details
    Browse the repository at this point in the history