Re: Pre-merge CI in apache github repositories

2021-03-09 Thread Hans Van Akelyen
Hi, I think most projects use Github Actions to run pre-merge checks on their PR's. What is currently blocked is using custom actions that are not whitelisted by the ASF. The reason is that these actions could unknowingly alter the repository and inject maleficent code. For more info you can read

Re: docker login

2021-09-15 Thread Hans Van Akelyen
Hi All, We use "withDockerRegistry([ credentialsId: "credentialsId", url: "" ])" not sure this uses docker login in the back and causes issues. Cheers, Hans On Thu, 16 Sept 2021 at 06:43, Mike Jumper wrote: > On Wed, Sep 15, 2021 at 5:25 PM David P Grove wrote: > > > > Is there a recommended