On Tue, Feb 12, 2019 at 3:36 PM Lori Jakab <lorand.ja...@gmail.com> wrote:

> On Thu, Jan 17, 2019 at 2:20 PM Anil Belur via RT
> <helpd...@opendaylight.org> wrote:
> >
> > On Thu Jan 17 01:13:50 2019, askb wrote:
> > > On Wed Jan 16 13:31:24 2019, lorand.ja...@gmail.com wrote:
> > > > Adding helpdesk.
> > > >
> > > > I suppose SET_JDK_VERSION should not be an array.
> > > >
> > > > -Lori
> > >
> > > Greetings Lori:
> > >
> > > This approach for passing multiple java-versions (openjdk8 and
> > > openjdk11) seem
> > > to work for the maven-verify jobs but not for the javadocs-verify
> > > jobs. This is because JJB ${job-name} expansion is handling the
> > > ${java-version} when the job name has a variable name included. When
> > > the job name does not have the ${java-version} this is passed as a
> > > list to the job.
> > >
> > > I think we may need to make the scripts a little intelligence to
> > > handle these scenarios or simply fix this in the job which requires to
> > > be changed in global-jjb. I've have noted this in Jira and will work
> > > on fixing this in global-jjb to make sure this works properly for
> > > other jobs too.
> > >
> > > https://jira.linuxfoundation.org/browse/RELENG-1648
> > >
> > > Thanks,
> > > Anil
> >
> > Hello Lori:
> >
> > The below change in global-jjb should fix the issue with javadocs jobs.
> >
> > https://gerrit.linuxfoundation.org/infra/#/c/14233/
>
> This change has been merged for quite a while now, but I don't know if
> it's active. Out javadoc job still fails with the same symptoms. See
> this for a recent example:
>
>
> https://jenkins.opendaylight.org/releng/job/lispflowmapping-maven-javadoc-verify-sodium/2/console
>
> 18:48:29 JAVA_HOME=/usr/lib/jvm/java-1.['8', '11'].0-openjdk
>
> Can you please take look?


Hi Lori,

Sorry I did not know this was still an issue for you. This patch:

    https://git.opendaylight.org/gerrit/80299

Should resolve the issue for you as it only passes ther java-version list
to the job group that needs it without also applying it to the javadoc jobs.

Hope this helps,
Thanh

_______________________________________________
infrastructure mailing list
infrastructure@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/infrastructure

Reply via email to