-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: Missing relative path in pom file preventing parent download #261
Comments
More a missing feature than a bug
Looks correct according to https://github.com/jenkinsci/badge-plugin/blob/master/pom.xml#L7 I think it work if by chanche you have already the parent pom on your local cache. Which is probably not the case on gitpod Solution would be to statically extract the parent version and install it via maven invoker
Then we can apply the recipe to include the relative path |
Thanks, I will have a look.👍 |
The proposed workaround does not work for me. 🤷
|
It's still the case today. 🤔 |
Closing. Feel free to reopen we see other occurence but I don't think since the plugin code is moved to the cache |
Those two plugins still fail with today's code, but as I don't have logs, I can't say if it is related or not with
|
Related to gitpod setup ? I never take a look at this to be honnest I just run the same on my machine and no issue No issue also for tests (some remove the relativePath and ensure it's added) Also running the UpgradeToRecommendCoreVersion open the following PR https://github.com/jenkinsci/build-timestamp-plugin/pull/84/files Without build logs on logs/.log it's difficult to investigate. |
Jenkins and plugins versions report
What Operating System are you using (both controller, and any agents involved in the problem)?
GitPod
Reproduction steps
Expected Results
logs
Actual Results
error
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: