You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Chris Graham <ch...@gmail.com> on 2018/12/30 01:17:57 UTC

Jenkins URL's

Hi Everyone,

I've finally managed to get back to some maven dev work! :)

In looking through the pom's I can see that some of the links for Jira and
Jenkins are broken.

Have the jenkins servers and jobs finally established a final URL?

For example, the maven-release plugin:

current git value:

  <ciManagement>
    <system>Jenkins</system>
    <url>https://builds.apache.org/job/maven-release/</url>
  </ciManagement>

current jenkins value (proposed change):

  <ciManagement>
    <system>Jenkins</system>
    <url>https://builds.apache.org/job/maven-box/job/maven-release/</url>
  </ciManagement>

Some of the other plugins also use a view as well.

I'm happy to go through them all and update to what is necessary, but I
need to know if the current URL's are going to remain stable.

-Chris

Re: Jenkins URL's

Posted by Enrico Olivelli <eo...@gmail.com>.
Il dom 30 dic 2018, 02:18 Chris Graham <ch...@gmail.com> ha scritto:

> Hi Everyone,
>
> I've finally managed to get back to some maven dev work! :)
>
> In looking through the pom's I can see that some of the links for Jira and
> Jenkins are broken.
>
> Have the jenkins servers and jobs finally established a final URL?
>
> For example, the maven-release plugin:
>
> current git value:
>
>   <ciManagement>
>     <system>Jenkins</system>
>     <url>https://builds.apache.org/job/maven-release/</url>
>   </ciManagement>
>
> current jenkins value (proposed change):
>
>   <ciManagement>
>     <system>Jenkins</system>
>     <url>https://builds.apache.org/job/maven-box/job/maven-release/</url>
>   </ciManagement>
>
> Some of the other plugins also use a view as well.
>
> I'm happy to go through them all and update to what is necessary, but I
> need to know if the current URL's are going to remain stable.
>

I think this is good. But I don't know the plans in the mid term.
We can fix every plugin during release.

IMHO during the vote we should check the artifacts and signal every issue
like this case, that is a pom which contains invalid information. This
specific case won't be a blocker for a release

Enrico


> -Chris
>
-- 


-- Enrico Olivelli