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

Adapt test for git plugin 5.0 #40

Merged
merged 1 commit into from
Dec 21, 2022

Commits on Dec 18, 2022

  1. Adapt test for git plugin 5.0

    Git plugin 5.0 will require Java 11 and will add symbols to improve
    the Pipeline syntax editing experience.  The test being modified in
    this pull request checks the specific syntax of the Pipeline snippet
    syntax generator.  Adapt the test to check for current syntax with git
    plugin 4.x releases and for new syntax with any other releases.
    
    jenkinsci/git-client-plugin#939 is the git
    client plugin pull request that prepares git client plugin 4.0.0.
    It will require Java 11 and will upgrade from JGit 5.13.1 to JGit 6.4.0.
    
    jenkinsci/bom#1619 is the bom draft pull request
    that confirms git client plugin 4.0.0 pre-release works in the plugin bom.
    
    jenkinsci/git-plugin#1367 is the git plugin pull
    request that prepares git plugin 5.0.0.  It will require Java 11.
    
    jenkinsci/bom#1624 is the bom draft pull request
    that tests git plugin 5.0.0 works in the plugin bom.
    
    jenkinsci/git-plugin#1373 is the git plugin pull
    request that relies on jenkinsci/git-plugin#1367
    and adds symbols to the git plugin.
    
    jenkinsci/bom#1625 is the bom draft pull request
    that tests git plugin 5.0.0 with added symbols works in the plugin bom.
    It detected this test failure when run with git plugin 5.0.0 pre-release.
    MarkEWaite committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    01b9885 View commit details
    Browse the repository at this point in the history