Re: Any plans for the github checks API?

2020-02-08 Thread Sladyn Nunes
I was interested in preparing a draft proposal as a student for this project and wanted to develop a POC using a simple plugin/extension that would go through the reports published by the warnings plugin and get a status published on the ChecksAPI. +jxpe...@godaddy.com Do you already have a

Re: GitHub issues option in HOSTING

2020-02-08 Thread Chris Kilding
While there are differences of opinion on the issue *storage* problem (ie do we store our issues in Jira or GitHub), there seems to be common ground on solving the *access* problem for users that report issues. If we can get a GitHub connector up and running for Jira, so that any user who

Re: Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mez Pahlan
Thanks! Anecdotally that seems to help. I will give it some proper extended use and report back if it hasn't helped. For now it seems good. Thanks! On Saturday, 8 February 2020 11:42:22 UTC, Mark Waite wrote: > > Does it help to run maven with the environment variable (per Java Heap > Settings

Re: Redirects for wiki plugin pages

2020-02-08 Thread martinda
Very nice. Thank you. On Tuesday, February 4, 2020 at 3:12:38 PM UTC-5, Gavin Mogan wrote: > > Hey Everyone, > > Tyler and I just finished merging a chance to the wiki http configs to > redirect plugin docs from wiki to the plugin site whenever possible. > > I generated the list as best I could

Re: GitHub issues option in HOSTING

2020-02-08 Thread Daniel Beck
On Sat, Feb 8, 2020 at 2:46 PM Tim Jacomb wrote: > (replies inline) > On Sat, 8 Feb 2020 at 12:13, Daniel Beck wrote: > >> >> On Fri, Feb 7, 2020 at 7:31 PM 'Gavin Mogan' via Jenkins Developers < >> jenkinsci-dev@googlegroups.com> wrote: >> >>> I also really want to see issues.jenkins go away,

Re: GitHub issues option in HOSTING

2020-02-08 Thread Tim Jacomb
(replies inline) On Sat, 8 Feb 2020 at 12:13, Daniel Beck wrote: > > On Fri, Feb 7, 2020 at 7:31 PM 'Gavin Mogan' via Jenkins Developers < > jenkinsci-dev@googlegroups.com> wrote: > >> I also really want to see issues.jenkins go away, but mostly due to how >> slow it is. I don't think cloud is a

Re: GitHub issues option in HOSTING

2020-02-08 Thread Daniel Beck
On Fri, Feb 7, 2020 at 7:31 PM 'Gavin Mogan' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > I also really want to see issues.jenkins go away, but mostly due to how > slow it is. I don't think cloud is a lot better, but way less maintenance > for people. > When was the last

Re: Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mark Waite
Does it help to run maven with the environment variable (per Java Heap Settings best practice and the Maven manual ): *export MAVEN_OPTS="-Xms4g -Xmx4g"* On Sat,

Allocate more memory to Jenkins whilst running hpi:run

2020-02-08 Thread Mez Pahlan
Hi there I use hpi:run to give me a quick dev version of Jenkins with my plugin installed so that I can play around with it prior to committing changes. It works great! However I want to give it more memory so that it is more responsive and quicker to load pages. Is there a recommended way of