Re: Guidance on how to release a new version of a plugin with a breaking change

2016-11-30 Thread Gavin Mogan
I took a bit more of an automatic approach. It updates on startup https://github.com/jenkinsci/sauce-ondemand-plugin/blob/e67c8573775be8222a5784d85d9fcca980be92d6/src/main/java/hudson/plugins/sauce_ondemand/SauceOnDemandBuildWrapper.java#L1011-L1063 On Wednesday, November 30, 2016 at 10:43:57 AM

Re: [Blue Ocean] API and UI URL mismatch behind reverse proxy

2016-11-30 Thread James Dumay
A fix should be available in Blue Ocean beta 13 next week. On Wednesday, November 30, 2016 at 5:58:17 PM UTC+11, James Dumay wrote: > > I've re-opened JENKINS-36907 > and submitted a pull > request

Re: New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Peter Hayes
Ok. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://g

Re: New plugin request for feedback: parameterized scheduler

2016-11-30 Thread Richard Bywater
It would be best to redirect this query to the Jenkins User List as this mailing list is used for development of plugins and not their use. Richard. On Thu, 1 Dec 2016 at 11:46 PC wrote: > Hi, > > I have installed this plugin and am trying to use it. This plugin is > exactly what I need, as I n

Re: New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Jesse Glick
Probably you are looking for the External Workspace Manager plugin. Last I checked, it had not been extended to really support clouds. I suggest you raise this as an RFE with the PSE team, rather than discussing it here—unless you intend to try developing such an extension yourself, in which case y

Re: New plugin request for feedback: parameterized scheduler

2016-11-30 Thread PC
Hi, I have installed this plugin and am trying to use it. This plugin is exactly what I need, as I need to to schedule multiple builds with different parameters at each build. For some reason, the build is not triggering at the scheduled periods. I tried various schedules. Attached are the sc

Re: New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Peter Hayes
Continuing to think on this a bit more - FilePath abstraction doesn't look like it would work as it assumes a computer on the other end. What if there was an "External Storage Plugin" extension point that could be backed by S3 and leveraged by other plugins for managing large files associated wi

Re: New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Peter Hayes
Thanks for the insight. I do see that this will cause a burden on the master node. Since we are using CJP-PSE, that is mitigated somewhat as we will be running quite a few masters so the ratio of jobs to masters won't be terribly high. Reusing workspaces isn't an option for us due to the ar

Re: New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Jesse Glick
On Wed, Nov 30, 2016 at 10:18 AM, Peter Hayes wrote: > each time you run a job, you > start with a fresh container without any previously cached dependencies (we > use gradle generally). This increases the length of the build and adds > network traffic to our Artifactory instance. I looked aroun

Re: Request ownership/action for a plugin (klocwork)

2016-11-30 Thread Daniel Beck
> On 28.11.2016, at 17:44, Jacob Larfors wrote: > > Awesome, and thanks Daniel & Gregory. We have control over the klocwork plugin. It currently resides in https://github.com/jenkinsci-transfer/klocwork-plugin I'll rename the existing repo and move this one into jenkinsci as soon as you ackn

Re: Guidance on how to release a new version of a plugin with a breaking change

2016-11-30 Thread Jesse Glick
On Tue, Nov 29, 2016 at 3:04 PM, 'Claudiu Guiman' via Jenkins Developers wrote: > We’re currently working on storing the credentials of Azure storage plugin > in the Credentials Manager. When we’ll release, upgrading from an older > version to the latest will remove existing credentials and the us

New Job Cacher plugin to cache dependencies of builds on docker based executors

2016-11-30 Thread Peter Hayes
Hi, We are using Cloudbees Private SaaS Edition which utilizes docker containers as executors. A side effect of this is that each time you run a job, you start with a fresh container without any previously cached dependencies (we use gradle generally). This increases the length of the build

Re: Plugin wiki page is not updated

2016-11-30 Thread Daniel Beck
> On 30.11.2016, at 15:46, Вячеслав Гайдаржи > wrote: > > I saved the edit and captcha was correct. Tried 2 times. Well, I tried, including captcha, and my edits show up. Note that in my experience the wiki cannot handle editing multiple wiki pages in parallel. Start one wiki page edit, and

Re: Plugin wiki page is not updated

2016-11-30 Thread Вячеслав Гайдаржи
Ok, I tried one more time and it worked. Yesterday, for some reason, edit weren't applied on wiki page. Thanks. On Wednesday, November 30, 2016 at 4:46:56 PM UTC+2, Вячеслав Гайдаржи wrote: > > I saved the edit and captcha was correct. Tried 2 times. > > On Wednesday, November 30, 2016 at 3:34:

Re: Plugin wiki page is not updated

2016-11-30 Thread Вячеслав Гайдаржи
I saved the edit and captcha was correct. Tried 2 times. On Wednesday, November 30, 2016 at 3:34:43 PM UTC+2, Daniel Beck wrote: > > > > On 30.11.2016, at 11:30, Вячеслав Гайдаржи > wrote: > > > > is this issue related to Confluence cache again > > I don't think so, there are no new page versi

Re: Develop a custom step that would make pipeline wait for a webhook

2016-11-30 Thread Julien HENRY
Hi Jesse, Thanks for the pointers. 2016-11-29 0:51 GMT+01:00 Jesse Glick : > On Fri, Nov 25, 2016 at 4:14 AM, Julien HENRY > wrote: > > I found this ticket https://issues.jenkins-ci.org/browse/JENKINS-27127 > that > > is really close to what we need. > > Yes, sounds like it. The issue needs to

Re: Plugin wiki page is not updated

2016-11-30 Thread Daniel Beck
> On 30.11.2016, at 11:30, Вячеслав Гайдаржи > wrote: > > is this issue related to Confluence cache again I don't think so, there are no new page versions: https://wiki.jenkins-ci.org/pages/viewpreviousversions.action?pageId=73532169 I don't know what you edited, but it appears you didn't sa

Re: Plugin wiki page is not updated

2016-11-30 Thread Вячеслав Гайдаржи
I've successfully released 0.3.0 version of the plugin (LIFX notifier plugin) and it's available in Jenkins plugins update list. In https://updates.jenkins-ci.org/current/update-center.json file 0.3.0 version of plugin is listed as well. https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins

Re: New Credentials Provider

2016-11-30 Thread iwarapter
hi,stephen, i have a working system provider now, and i can add a credential which gets retrieved from a backend on use. its still got some ways to go but id certainly appreciate any guides! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" grou