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

2022-01-25 Thread Gilles Sadowski
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 s

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 bui

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 the

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

2022-01-29 Thread Gilles Sadowski
Hello. Le ven. 28 janv. 2022 à 22:54, Bruno Kinoshita a écrit : > > 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. I thi

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

2022-01-29 Thread Bruno Kinoshita
Hi, There is a password entry form at >https://the-asf.slack.com/ > However, it is not the "apache.org" domain; thus I'm wary of > supplying the ASF credentials there... > Yes, for Slack I use a different password, but with my @apache.org email. I registered using my @apache.org email, and th

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

2022-01-29 Thread Bruno Kinoshita
Almost forgot, there's a commons room in that Slack too. I rarely log in to the ASF Slack, but when I do I check that room. Sometimes votes are announced there too, which helps me when I have accidentally moved a vote thread to another folder or forgotten about it. -B On Sun, 30 Jan 2022 at 10:40

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

2022-01-29 Thread Alex Herbert
Gilles, the Slack tool is the same one we used for GSOC 2020. I just clicked the link and could sign in as before and see the previous GSOC channel. You should have an account left over from GSOC. Alex - To unsubscribe, e-mail: d

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

2022-01-29 Thread Alex Herbert
On Sun, 30 Jan 2022 at 00:09, Alex Herbert wrote: > > Gilles, the Slack tool is the same one we used for GSOC 2020. I just > clicked the link and could sign in as before and see the previous GSOC > channel. You should have an account left over from GSOC. > > Alex PS. I used my apache.org email ad

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

2022-01-30 Thread Gilles Sadowski
Hello. Le dim. 30 janv. 2022 à 01:17, Alex Herbert a écrit : > > On Sun, 30 Jan 2022 at 00:09, Alex Herbert wrote: > > > > Gilles, the Slack tool is the same one we used for GSOC 2020. I just > > clicked the link and could sign in as before and see the previous GSOC > > channel. You should have

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

2022-01-30 Thread Gilles Sadowski
Hello. Le sam. 29 janv. 2022 à 22:41, Bruno Kinoshita a écrit : > > [...] > > Just logged in now and confirmed that there is an "asfinfra" room. Over the > weekend I only found messages from the bots about JIRA/GitHub for INFRA. > But they were chatting in the channel Wed/Thu/Friday. So if you jo

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

2022-02-01 Thread Gilles Sadowski
Le dim. 30 janv. 2022 à 19:34, Gilles Sadowski a écrit : > > I filed a JIRA report: >https://issues.apache.org/jira/browse/INFRA-22818 No answer yet; I created another Jenkins job in the meantime: https://ci-builds.apache.org/job/Commons/job/commons-math__ga_branch/ Gilles ---