RE: Migration of Lucene Jobs and Nodes

2020-08-04 Thread Uwe Schindler
Sorry still busy… Can you create the folder for Lucene and maybe export the jobs’ XML. They are about 20 jobs all with Regex /^(Lucene|Solr)-.*/ You can attach it to this mail thread or place them in a Pastebin/Gist. Uwe - Uwe Schindler Achterdiek 19, D-28357 Bremen https://

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Matt Sicker
You can configure PRs to only build for trusted users or require approval from a trusted user to build the job. Take a look at the build strategies when you're setting up your SCM info for the job or pipeline. On Tue, 4 Aug 2020 at 04:03, Vladimir Sitnikov wrote: > > Are the new ci-... machines/w

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Vladimir Sitnikov
Are the new ci-... machines/workers isolated/hermetic? What if malicious code is submitted as a GitHub pull request? Vladimir

Re: [NEW-CI] - Github PR build jobs

2020-08-04 Thread Andor Molnar
Hi Francois, Apache ZooKeeper project already has a working job which is essentially a multibranch pipeline driven by Jenkinsfile. You can find it here: https://ci-hadoop.apache.org/view/ZooKeeper/job/ZooKeeper%20PreCommit%20GitHub%20PR/ We’re waiting for INFRA to provide a GitHub account/app i

[NEW-CI] - Github PR build jobs

2020-08-04 Thread fpapon
Hi all, I migrated some jobs to the new CI (https://ci-builds.apache.org) and I want to configure some github PR jobs. I followed this guide: https://cwiki.apache.org/confluence/display/INFRA/Kicking+off+a+build+in+Jenkins+with+a+GitHub+PR but I think there is some missing features or configura