Re: Adopt database-mysql plugin request

2020-12-23 Thread David van Laatum
Sure > On 19 Dec 2020, at 8:58 pm, Tim Jacomb wrote: > > cc'ing > > On Thu, 17 Dec 2020 at 19:21, timja...@gmail.com > mailto:timjaco...@gmail.com>> wrote: > Hi David > > I would also like to update the database-mysql plugin > Is that fine too? > > Thanks > Tim >

Re: Adopt database plugin request

2020-08-17 Thread David van Laatum
Sure Sent from my iPad > On 17 Aug 2020, at 4:52 pm, Tim Jacomb wrote: > >  > Hi > > I would like to adopt https://plugins.jenkins.io/database/ > > I'm working on pluggable storage for the Junit plugin and would like to > refresh the plugin and make some minor improvements. > > Thanks >

Re: email-ext plugin adoption

2018-10-10 Thread David van Laatum
Cool The next thing I was planning to do was rip a bunch of stuff out and put it into a ext-notification plugin that is extendable to allow multiple backend drivers ie email and slack. As I see most notification style plugins basically implementing the same thing and are often quite limited

pipeline build.result in post action

2017-10-09 Thread David van Laatum
I have just got a bug issue https://issues.jenkins-ci.org/browse/JENKINS-47348 Is there a correct way to make the build status not be in progress when used from post actions? I see the token macro plugin does // In the case of pipeline jobs, if the status hasn't been set to a non-null value,

Re: Pipeline Syntax page and arguments of type Object

2016-07-29 Thread David van Laatum
java.lang.String but received class java.lang.Integer On Friday, July 29, 2016 at 8:11:19 PM UTC+9:30, David van Laatum wrote: > > it didnt work > > On Wednesday, July 27, 2016 at 5:22:40 AM UTC+9:30, Jesse Glick wrote: >> >> On Sat, Jul 23, 2016 at 9:51 PM, David van Laatu

Re: Pipeline Syntax page and arguments of type Object

2016-07-29 Thread David van Laatum
it didnt work On Wednesday, July 27, 2016 at 5:22:40 AM UTC+9:30, Jesse Glick wrote: > > On Sat, Jul 23, 2016 at 9:51 PM, David van Laatum <da...@vanlaatum.id.au > > wrote: > > I tried using overloading of methods to > > accept a select list of types > >

Access to jenkins.ci.cloudbees.com

2016-07-23 Thread David van Laatum
As the maintainer of the email-ext plugin should I be able to login to here https://jenkins.ci.cloudbees.com/job/plugins/job/email-ext-plugin and do things like build? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Pipeline Syntax page and arguments of type Object

2016-07-23 Thread David van Laatum
My custom pipeline step accepts an argument of type object so multiple datatypes such as string,integer etc can be passed to it. This works fine but makes the pipeline syntax page list every object type as a potential argument (which is a big list). I tried using overloading of methods to

Re: email-ext

2016-06-02 Thread David van Laatum
e to help with a review of the fix > for since I have history on email-ext, but in general, I am no longer > actively developing on email-ext. > > On Tue, May 31, 2016 at 9:21 PM David van Laatum <da...@vanlaatum.id.au > > wrote: > >> https://issues.jenkins-ci.org/secu

Re: email-ext

2016-05-31 Thread David van Laatum
gt; On Mon, May 30, 2016 at 4:06 AM David van Laatum <da...@vanlaatum.id.au > > wrote: > >> I will take over unless anyone else really wants to. davidvanlaatum is my >> userid >> >> On Monday, May 30, 2016 at 5:00:24 AM UTC+9:30, slide wrote: >>> >&g

Re: email-ext

2016-05-30 Thread David van Laatum
I will take over unless anyone else really wants to. davidvanlaatum is my userid On Monday, May 30, 2016 at 5:00:24 AM UTC+9:30, slide wrote: > > Hi All, > > I've reached a point where I just don't really have the time to continue > working on email-ext as much I would like. I am planning on

Re: commit access

2015-08-01 Thread David van Laatum
repo vers etc down now? I spent ages looking at the code and the way I ended up doing it always felt a bit hacky On Friday, July 31, 2015 at 2:35:41 AM UTC+9:30, Jesse Glick wrote: On Thu, Jul 23, 2015 at 8:18 PM, David van Laatum da...@vanlaatum.id.au javascript: wrote: The problem we had

Re: commit access

2015-07-23 Thread David van Laatum
davidvanlaatum On Friday, July 24, 2015 at 2:31:13 AM UTC+9:30, Daniel Beck wrote: Please tell us your jenkins-ci.org user name so we can make you default assignee for these plugins in Jira. On 22.07.2015, at 02:33, David van Laatum da...@vanlaatum.id.au javascript: wrote: I created

Re: commit access

2015-07-23 Thread David van Laatum
Should also add I do have plans to release both plugins just haven't done the final touches to make them useable by anyone else yet On Friday, July 24, 2015 at 9:48:54 AM UTC+9:30, David van Laatum wrote: https://github.com/davidvanlaatum/UnitTestDB is my code, I use it along with another

Re: commit access

2015-07-23 Thread David van Laatum
at 12:30:42 AM UTC+9:30, Kanstantsin Shautsou wrote: Hi, could you describe detailed how do you use it/architecture? On Wednesday, July 22, 2015 at 2:42:58 PM UTC+3, David van Laatum wrote: Sure. I am using it to store info about our nearly 20,000 unit tests (per branch) in a db across

commit access

2015-07-21 Thread David van Laatum
I created https://github.com/jenkinsci/database-plugin/pull/1 last year and would now like to make some other changes. Can I have commit access to the database-plugin and the mysql and postgresql drivers? https://github.com/jenkinsci/database-postgresql-plugin