magnayn / Jenkins-Repository

Jenkins Maven Repository Plugin
20 stars 38 forks source link

Exposed a Maven repository under the URL of the build. #9

Closed kohsuke closed 12 years ago

kohsuke commented 12 years ago

This makes it easier to access the Maven repository from a build, and generally make the URL strucure more consistent with the rest of Jenkins. Concrete benefits include taking advantages of permalinks (and thus other plugins that produce permalinks, such as the promoted builds plugin.)

The TransientBuildActionFactory extension point was introduced in 1.459, but in that version it is broken. 1.466 was picked as the base version because it's the release used for LTS.

I also wonder if you'd be interested in co-hosting this repository in the Jenkins org, like all the other plugins.

buildhive commented 12 years ago

magnayn » Jenkins-Repository #2 FAILURE Looks like there's a problem with this pull request (what's this?)

kohsuke commented 12 years ago

Looks like the build hive error is due to the repository definition not found in POM? It's failing to resolve jgit.

FWIW, it does build & run fine on my system