ah, i think you have left over files and/or your pom is in a weird state. Try rolling back - https://maven.apache.org/maven-release/maven-release-plugin/examples/rollback-release.html then delete tag (git tag -d tagname && git push origin :tagname) then try again. or do another version number.
On Mon, Feb 15, 2021 at 9:03 PM Owen B. Mehegan <[email protected]> wrote: > Ah yes, so! I pushed this change a little earlier as an experiment to fix > one set of those errors: > > > https://github.com/jenkinsci/gitlab-plugin/commit/e71a9202ce4d7355cae76de2123e9f13d455edcb > > But the errors for that line/doc remain. And it seems to fail because we > are checking out tag 1.5.15 into target/checkout/ : > > [INFO] Executing: /bin/sh -c cd /Users/owen/source/gitlab-plugin/target && > git clone --branch gitlab-plugin-1.5.15 > [email protected]:jenkinsci/gitlab-plugin.git > /Users/owen/source/gitlab-plugin/target/checkout > > But I pushed the fix to master, naturally. > > On Tuesday, February 16, 2021 at 3:51:35 PM UTC+11 [email protected] > wrote: > >> that output says there's tons of javadoc errors which seems to stop the >> process half way through. >> >> I recommend fixing those errors, or delete the javadoc blocks. >> >> On Mon, Feb 15, 2021 at 8:46 PM Owen B. Mehegan <[email protected]> >> wrote: >> >>> I stepped back from maintaining the GitLab plugin a little over a year >>> ago, and in the meantime Marky Jackson-Taulia was maintaining it. He put >>> out one release successfully, but then the release got into a broken state >>> and between that and his limited availability, we didn't make any further >>> progress. Since he is now taking a break from open source work, and since >>> there are some bug fixes on the plugin that users have been waiting on for >>> a long time, I decided to try and get a release out to at least bring it up >>> to date. Currently all tests pass, but when I run 'mvn release:prepare >>> release:perform' it fails with the attached errors. >>> >>> A couple of other things of note: the last successful release in >>> Artifactory is 1.5.13, which was the first and only one that Marky was able >>> to do. Since then GitHub shows tags/releases up to 1.5.17, but none of >>> these ever made it to the update center. I expect 1.5.18 to be the next >>> valid release. But you'll notice that in the release process we seem to >>> check out the tag 1.5.15 - I have no idea why. >>> >>> Any pointers on how to get this back on track would be appreciated :) >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/jenkinsci-dev/3c93403c-e73a-446e-9a21-7144903487d7n%40googlegroups.com >>> <https://groups.google.com/d/msgid/jenkinsci-dev/3c93403c-e73a-446e-9a21-7144903487d7n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/c4857277-5c3d-4d5c-9ed9-0d517883f684n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/c4857277-5c3d-4d5c-9ed9-0d517883f684n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Dut0jcZv0ep%3DAvs3Mr5t9e1J%3D7FjRhm8KE%3DUu6AxcWhfWQ%40mail.gmail.com.
