Our developer documentation is part of the website: https://github.com/jenkins-infra/jenkins.io/
> Am 27.10.2023 um 16:02 schrieb Jiri Vanek <[email protected]>: > >> That is the trick which did the trick! >> Tyvm for providing such direct solution. I would not found those >> attributes... >> The build needed more tweek, but I think I'm nearly done. It now fails in >> final upload: >> [INFO] [INFO] Uploading to maven.jenkins-ci.org: >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/2.4/report-jtreg-plugin-2.4.pom >> [INFO] [INFO] Uploading to maven.jenkins-ci.org: >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/2.4/report-jtreg-plugin-2.4.hpi >> [INFO] [INFO] Uploading to maven.jenkins-ci.org: >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/2.4/report-jtreg-plugin-2.4.jar >> [INFO] [INFO] I/O exception (java.net.SocketException) caught when >> processing request to {s}->https://repo.jenkins-ci.org:443: Connection or >> outbound has closed >> [INFO] [INFO] Retrying request to {s}->https://repo.jenkins-ci.org:443 >> [INFO] [INFO] Uploading to maven.jenkins-ci.org: >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/2.4/report-jtreg-plugin-2.4-sources.jar >> [INFO] [INFO] I/O exception (java.net.SocketException) caught when >> processing request to {s}->https://repo.jenkins-ci.org:443: Connection or >> outbound has closed >> [INFO] [INFO] Retrying request to {s}->https://repo.jenkins-ci.org:443 >> [INFO] [INFO] Uploading to maven.jenkins-ci.org: >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/2.4/report-jtreg-plugin-2.4-javadoc.jar >> Where the reason is wrong base url: >> >> https://repo.jenkins-ci.org/releases/io/jenkins/plugins/report-jtreg-plugin/ >> whcih should have been >> >> https://repo.jenkins-ci.org/artifactory/releases/io/jenkins/plugins/report-jtreg/ >> This is yet again decalred in parent pom. >> Any similar trick to the <scm> one? > > Also, is there some wikipage I can update for this? Alhough multimodule > plugins are not common, they do exists, and it is quite hard to walk through >> TYVMS guys! >> J. >> On 10/26/23 17:54, Basil Crow wrote: >>> On Thu, Oct 26, 2023 at 7:04 AM Jiri Vanek <[email protected]> wrote: >>>> >>>> I was fiddling with >>>> https://github.com/jenkinsci/report-jtreg-plugin/blob/master/pom.xml#L27 >>>> (mostly reset to <gitHubRepo>jenkinsci</gitHubRepo> but it did not did the >>>> job. >>> >>> Just replace <scm> with <scm >>> child.scm.connection.inherit.append.path="false" >>> child.scm.developerConnection.inherit.append.path="false" >>> child.scm.url.inherit.append.path="false">. >>> > > -- > Jiri Vanek Mgr. > Principal QA Software Engineer > Red Hat Inc. > +420 775 39 01 09 > > -- > 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/6c4642c0-7ca6-4bf6-82c4-638719e07ea8%40redhat.com. -- 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/E4EB84EC-CF0E-452F-9D3A-151D8EEB4746%40gmail.com.
