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 which attempted to delete files under a link in git repo #23735

Merged
merged 5 commits into from
Dec 10, 2021

Conversation

OndroMih
Copy link
Contributor

The path docs/latest is a link, the files inside can't be deleted in git. The plugin now tries to delete the files in the docs/latest directory and fails: https://ci.eclipse.org/glassfish/view/all/job/glassfish-docs-publish/508/console

With this change the docs/latest directory shouldn't be deleted in git repo and the job should pass.

Ondro Mihályi and others added 5 commits December 9, 2021 21:56
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.
After the nucleus-parent that defined them in plaugin management was removed as a parent.
The path docs/latest is a link, the files inside can't be deleted in git
@dmatej dmatej self-requested a review December 10, 2021 20:57
@dmatej dmatej merged commit 9ce33ef into eclipse-ee4j:master Dec 10, 2021
dmatej pushed a commit that referenced this pull request Dec 11, 2021
* Fix Jenkins docs build

ignorePathsToDelete pattern is only matched against dir/file name, not against full path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants