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

[JENKINS-70240] fix for non http based UpdateCenter URLs cause exception in plugin manager #7520

Closed
wants to merge 3 commits into from

Commits on Dec 14, 2022

  1. [JENKINS-70240] Added check for file path in doCheckUpdateSiteUrl

    - Local update centers use local json files which are valid
    - I have added the value.replace("file:/", ""); as when using a war, it adds 'file:/' to the path
    - This checks if the file is a valid file and if true returns FormValidation.ok
    julieheard committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b6278e8 View commit details
    Browse the repository at this point in the history
  2. [JENKINS-70240] update error message

    Update error message for when invalid URL message appears.
    julieheard committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    00a5498 View commit details
    Browse the repository at this point in the history
  3. Updated invalidUrl message

    Updated wording on invalidURL
    julieheard committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    02853a1 View commit details
    Browse the repository at this point in the history