Re: [All][Math] Jenkins: multiple branches (how to ...?)

2022-01-28 Thread Bruno Kinoshita
Normally I'd set up Jenkins jobs to build all branches in the main repo,
similar to GitHub Actions. However, I'd normally use a git hook in the repo
to avoid having Jenkins polling the server and getting faster builds.

The only other ASF project I'm involved with that uses Jenkins is Jena, but
there is only one job for the main branch as well.

Not sure how that's managed in ASF's Jenkins, probably best to check with
INFRA either via a ticket, or dropping them a message in their chat (not
100% sure, but I think they have a Slack room where they reply quick
questions like this too - normally within 1-3 days?)

Bruno

On Sat, 29 Jan 2022 at 05:10, Gilles Sadowski  wrote:

> Should I ask INFRA?
>
> Le mar. 25 janv. 2022 à 17:58, Gilles Sadowski  a
> écrit :
> >
> > Hello.
> >
> > I've modified the configuration of the "commons-math" job[1] in a
> > way that seems to indicate that Jenkins would check out the
> > "master" and the "feature__MATH-1563__genetic_algorithm"
> > branches and build both.
> > However, only "master" shows up in the log[2] of the build started
> > manually after saving the new configuration.
> >
> > Is the job's config wrong/incomplete?
> > Should another job (Jenkins "item") be created for both branches
> > to be built?
> >
> > Regards,
> > Gilles
> >
> > [1] https://ci-builds.apache.org/job/Commons/job/commons-math/
> > [2]
> https://ci-builds.apache.org/job/Commons/job/commons-math/236/console
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [All][Math] Jenkins: multiple branches (how to ...?)

2022-01-28 Thread Gilles Sadowski
Should I ask INFRA?

Le mar. 25 janv. 2022 à 17:58, Gilles Sadowski  a écrit :
>
> Hello.
>
> I've modified the configuration of the "commons-math" job[1] in a
> way that seems to indicate that Jenkins would check out the
> "master" and the "feature__MATH-1563__genetic_algorithm"
> branches and build both.
> However, only "master" shows up in the log[2] of the build started
> manually after saving the new configuration.
>
> Is the job's config wrong/incomplete?
> Should another job (Jenkins "item") be created for both branches
> to be built?
>
> Regards,
> Gilles
>
> [1] https://ci-builds.apache.org/job/Commons/job/commons-math/
> [2] https://ci-builds.apache.org/job/Commons/job/commons-math/236/console

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org