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

Fix Jenkins docs build (a follow up to #23735) #23738

Merged
merged 7 commits into from
Dec 11, 2021

Commits on Dec 9, 2021

  1. Remove parent nucleus-parent for docs pom.xml

    To fix the Jenkins build job for docs, which gives "Could not find artifact org.glassfish.main:nucleus-parent:zip:resources:7.0.0-SNAPSHOT".
    Nothing from nucleus-parent is needed to build the docs and the parent isn't built together with the docs module, giving an error in the Jenkins job.
    Ondro Mihályi authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    807a935 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Website: Add news about the 6.2.3 release

    Ondro Mihályi authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    43d016e View commit details
    Browse the repository at this point in the history
  2. Add missing versions for plugins in the docs parent

    After the nucleus-parent that defined them in plaugin management was removed as a parent.
    Ondro Mihályi committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    237c56b View commit details
    Browse the repository at this point in the history
  3. Fix Jenkins docs build

    The path docs/latest is a link, the files inside can't be deleted in git
    Ondrej Mihalyi committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    0cb606e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae46e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    79280f2 View commit details
    Browse the repository at this point in the history
  2. Fix Jenkins docs build

    ignorePathsToDelete pattern is only matched against dir/file name,
    not against full path
    Ondrej Mihalyi committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    2332a69 View commit details
    Browse the repository at this point in the history