Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2019-02-20 Thread Oleg Nenashev
Thanks for the feedback! I have moved the repository to https://github.com/jenkinsci/ci.jenkins.io-runner On Monday, February 18, 2019 at 2:37:10 PM UTC+1, Mark Waite wrote: > > +1 > > On Mon, Feb 18, 2019, 5:12 AM Slide > wrote: > >> +1 >> >> On Mon, Feb 18, 2019 at 12:18 AM Oleg Nenashev > >

Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2019-02-18 Thread Mark Waite
+1 On Mon, Feb 18, 2019, 5:12 AM Slide +1 > > On Mon, Feb 18, 2019 at 12:18 AM Oleg Nenashev > wrote: > >> If nobody is against, I would like to proceed with hosting of the repo. >> It has already proven its usability for some bits of the Jenkinsfile >> Runner and Pipeline Library development. >

Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2019-02-18 Thread Slide
+1 On Mon, Feb 18, 2019 at 12:18 AM Oleg Nenashev wrote: > If nobody is against, I would like to proceed with hosting of the repo. > It has already proven its usability for some bits of the Jenkinsfile > Runner and Pipeline Library development. > > I will make sure that the repository explicitly

Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2019-02-17 Thread Oleg Nenashev
If nobody is against, I would like to proceed with hosting of the repo. It has already proven its usability for some bits of the Jenkinsfile Runner and Pipeline Library development. I will make sure that the repository explicitly documents its limitations and that it is NOT a full clone of ci.je

Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2018-12-14 Thread Oleg Nenashev
For infra.isTrusted() it will return false, but it may be possible to override it in JCasC if needed. Generally ci.jenkins.io-runner has a number of limitations: https://github.com/oleg-nenashev/ci.jenkins.io-runner#limitations (e.g. DinD or Windows support), so I would not expect it to work for a

Re: Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2018-12-14 Thread Slide
Does this support testing trusted stuff at all (e.g., isTrusted in the infra pipeline library)? Or is this mainly for non-trusted components? On Fri, Dec 14, 2018 at 10:15 AM Oleg Nenashev wrote: > Hi all, > > Few weeks ago I have created a ci.jenkins.io-runner >

Hosting ci.jenkins.io-runner in jenkinsci or jenkins-infra

2018-12-14 Thread Oleg Nenashev
Hi all, Few weeks ago I have created a ci.jenkins.io-runner repository. This repository is my reference implementation of the Jenkinsfile Runner & Custom WAR Packager