Re: Limited time to maintain my plugins

2020-12-03 Thread Dominik Bartholdi
in/pull/90 > > Also, I've looked at the rest of the current PRs and issues and believe > that I can work through the list (hopefully!) > > My GitHub ID is 'tykeal' which is also my Jenkins infra id > > -Andy- > > On 11/26/20 11:14 PM, Dominik Bartholdi wrote: >> Hi

Limited time to maintain my plugins

2020-11-26 Thread Dominik Bartholdi
Hi all, After many years as an active maintainer of several plugins (some of which go back to the time when we still talked about the H-word), i have to be honest to the community (and myself!): I just can’t spend as much time to maintain the plugins as required and as I would love to…

Re: Plugin adoption request: bitbucket-branch-source

2020-11-18 Thread Dominik Bartholdi
Hey Morton, Cool to see someone is willing to take over this plugin… Personally, I would not spend any time on supporting new features for "bitbucket server”. Starting 2021 Atlassian will not sell any new Lizences for Bitbucket Server and EOL is February 2024

Re: GitHub issues option in HOSTING

2020-06-11 Thread Dominik Bartholdi
I fully agrees with Uli and James… the main reason for me is the searchability of the issue IDs. Many many times I have the JIRA Issue ID (e.g. in commits) and then a simple Google search brings up the exact issue - with GH-Issues, this gets lost all the way :( /Domi > On 11 Jun 2020, at

Re: New Plugin: Liquibase Runner

2014-04-24 Thread Dominik Bartholdi
This seems already to be forked... Domi On 24.04.2014, at 00:10, Keith Collison keithc...@gmail.com wrote: Greetings esteemed Jenkinists: I have created a Jenkins Plugin and, per instructions on the wiki, I am notifying this mailing list as to its existence. Details: Jenkins Plugin

Re: New Plugin: Liquibase Runner

2014-04-24 Thread Dominik Bartholdi
At least the repo exists - don't know if someone else created it... Am 24.04.2014 um 21:01 schrieb Ulli Hafner ullrich.haf...@gmail.com: Ah, did it actually work? The bot didn’t actually send a response… Am 24.04.2014 um 20:49 schrieb Dominik Bartholdi d...@fortysix.ch: This seems

Re: Dynamically populate choice parameters (Cross posted to the jenkins-users)

2014-04-08 Thread Dominik Bartholdi
Thats about the functionality of this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin If you need anything more, the you should probably talk to the maintainer of it. Domi Am 09.04.2014 um 04:31 schrieb Bruno P. Kinoshita brunodepau...@yahoo.com.br: Hi Delbert

Re: Add existing plugin to update center

2014-04-02 Thread Dominik Bartholdi
Just 5 days ago, there was a discussion on this ML and the outcome is: you have to host it in the jenkinsci org on GH. Domi Am 01.04.2014 um 21:29 schrieb jgedarov...@etsy.com: This 'Jenkins Master Project Plugin' provides a new project type. In this new project type you can select a list

Re: new jira-rest-plugin: request for commit access

2014-03-29 Thread Dominik Bartholdi
+1 on migrating from SOAP to REST in the existing plugin and all +1 on moving to the credentials plugin support. Rather the doing some hacky username/password converting from the old way to the new, you could also use the AdministrativeMonitor ExtensionPoint to inform the admin about the

Re: Groovy Plugin in Conditional BuildSteps

2014-03-28 Thread Dominik Bartholdi
Stefan, would be great to have this fixed, but I have no idea how to fix this in stapler Domi On 27.03.2014, at 23:06, Stefan Wolf glowwo...@gmail.com wrote: Hi, today I ran into https://issues.jenkins-ci.org/browse/JENKINS-6797, and I would like to fix the issue. The issue seems to be

Re: SocketFactory for proxy and so timeout settings

2014-03-27 Thread Dominik Bartholdi
And there is als the utility plugin to get http client already configured: https://wiki.jenkins-ci.org/display/JENKINS/Async+Http+Client+Plugin Domi On 27.03.2014, at 17:05, Jesse Glick jgl...@cloudbees.com wrote: On Thu, Mar 27, 2014 at 10:25 AM, Kaj Kandler kajkand...@conficio.com wrote: I

Re: Requiring Java8 for acceptance-test?

2014-03-20 Thread Dominik Bartholdi
+1 although I'm not sure on how to have multiple java versions on a Mac... On 19.03.2014, at 01:26, Kohsuke Kawaguchi k...@kohsuke.org wrote: Now that Java8 came out, what do people think about requiring Java8 for https://github.com/jenkinsci/acceptance-test-harness/ ? I could really use

Re: Publish a new plugin named MultiChannelPacker..

2014-03-20 Thread Dominik Bartholdi
I think the name should be changed to something more expessing what the plugin really does Domi On 12.03.2014, at 02:16, Jango Chu jango...@gmail.com wrote: Ok,I have translated it into English. Jango -- View this message in context:

Re: Requiring Java8 for acceptance-test?

2014-03-20 Thread Dominik Bartholdi
thanks Arnoud!! On 20.03.2014, at 18:26, teilo teilo+goo...@teilo.net wrote: Would this preclude running the tests on AIX. Not that we do - but AIX users do pop their heads up on the list from time to time. That said I am not involved - nor do I have AIX so just wanted to throw this out

Re: Attempting Java port of selenium tests

2014-03-17 Thread Dominik Bartholdi
Hey this reminds me of an old PullRequest :) https://github.com/jenkinsci/jenkins/pull/546 On 17.03.2014, at 18:34, Kohsuke Kawaguchi kkawagu...@cloudbees.com wrote: Over the weekend, I've added code to the acceptance test harness so that it can upload plugins from where the test runs, as

Re: Publish a new plugin named MultiChannelPacker..

2014-03-11 Thread Dominik Bartholdi
what is the plugin all about? Domi On 11.03.2014, at 14:46, jango...@gmail.com wrote: Hi, I'm Jango Chu,and my GitHub ID is ljchu. I just joined the development team of jenkins. And I created a new but userful plugin named MultiChannelPacker. The repository is

Re: Maven 3 tool location is being ignored on slave

2014-02-26 Thread Dominik Bartholdi
Any reason for using such an old Jenkins version? Why don't you use a LTS? Domi On 26.02.2014, at 17:48, James Richard jamesrichar...@gmail.com wrote: Hello, I am developing a plugin for Jenkins. I am using Jenkins 1.396, and I am running a Free Style Build. When I run my plugin on a

Re: wipe-workspace-plugin - New plugin that adds a trigger that will wipe and (re)build a job nightly.

2014-02-17 Thread Dominik Bartholdi
I don't think this has ever been implemented, but If you like, just give it a go and try to integrate the https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin To get the most flexible solution possible. when done, just send a pull request to get some feedback on the solution.

Re: commit access request

2014-01-27 Thread Dominik Bartholdi
How about a pull request first? /Domi On 28.01.2014, at 01:21, Shane Kim shinstu...@gmail.com wrote: Hi, I'd like to request a commit access to build pipeline plugin. I've encountered a bug with it and have a fix already. my github account is shinstudio. Thanks in advance. -- You

Re: Help needed - startup extension point

2014-01-20 Thread Dominik Bartholdi
Maybe a script is enough for you too? https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Jenkins+upon+start+up https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Hook+Script /Domi On 20.01.2014, at 14:21, Jayanta Sarkar sjaya...@gmail.com wrote: Hi, I would like to create one plugin

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-01-13 Thread Dominik Bartholdi
;-) I’ll try to take a look at the m-r-p, but I currently can’t promise any time - sorry :( /Domi On 13.01.2014, at 09:21, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On Sunday, 12 January 2014, Dominik Bartholdi wrote: The maven team Nice dodge of self promotion

Re: JIRA current version option

2014-01-12 Thread Dominik Bartholdi
A while a go we had a discussion about reorganizing JIRA as a whole, I think someone was going to to a prove of concept” with things like: - separate projects for each plugin - a naming convention for versions of different components. I don’t know what happen to that POC, but I think the first

Re: mvn release does not work, only publishes SNAPSHOT releases

2014-01-12 Thread Dominik Bartholdi
The maven team has just release a git provider based on jgit, if you configure the release plugin to use this one, then you don’t have to downgrade git. http://maven.apache.org/scm/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-jgit/index.html /Domi On 12.01.2014, at 11:52,

Re: JIRA current version option

2014-01-12 Thread Dominik Bartholdi
compared to others. Thanks, slide On Sun, Jan 12, 2014 at 3:11 AM, Dominik Bartholdi d...@fortysix.ch wrote: A while a go we had a discussion about reorganizing JIRA as a whole, I think someone was going to to a prove of concept” with things like: - separate projects for each plugin

Re: JIRA current version option

2014-01-12 Thread Dominik Bartholdi
release, since people want to report issues against released versions... if you are cutting a release with new known issues you can wait the 24hr anyway... or use the IRC bot On 12 January 2014 18:52, Dominik Bartholdi d...@fortysix.ch wrote: Maybe a simple web ui would do too, as I think

Re: How to build a SSO plugin in Jenkins?

2014-01-09 Thread Dominik Bartholdi
No, thats not possible... On 09.01.2014, at 07:42, dennys dennys.hs...@gmail.com wrote: Thanks, I'm try to copy the code from script-security-realm. But I want to confirm, is it possible to use LDAP and script-security-realm at the same time? Because I can only choose one security strategy

Re: How to build a SSO plugin in Jenkins?

2014-01-07 Thread Dominik Bartholdi
Have a look at the source of the script-security-realm-plugin https://wiki.jenkins-ci.org/display/JENKINS/Script+Security+Realm Its quite simple… /Domi On 07.01.2014, at 17:21, dennys dennys.hs...@gmail.com wrote: I use java -jar jenkins.war to run Jenkins, it seems I need to run Apache in

Re: Finding and preventing resource leaks - Windows and in general

2014-01-03 Thread Dominik Bartholdi
Hi Mark, I had exactly the same issues when I was implementing the jgit provider for maven - we even raised an issue against jgit (https://bugs.eclipse.org/bugs/show_bug.cgi?id=420502), but it came down to the fact, that I have not closed the jgit repo after usage. The commit where i fixed the

Re: How to restrict links only to Administrator in the sidepanel

2014-01-03 Thread Dominik Bartholdi
In the *jelly you could use something like this: j:when test=${h.hasPermission(it,app.ADMINISTER)} a href=“…”Admin Link/a /j:when If you have an action which should only be visible in the menu for admins, then you can just hide the icon with a permission check in the Action e.g.:

Re: [ANN] Buildflow extensions plugin

2013-12-04 Thread Dominik Bartholdi
Hi James, the documentation is already inconstant: there arte two different names mention to register the extension, which one is correct? - extension.'build-flow-concurrent-extensions’ or - extension.‘concurrent-extensions' regards Domi On 03.12.2013, at 15:02, James Nord (jnord)

Re: API to know if a plugin is selected in a job configuration

2013-12-04 Thread Dominik Bartholdi
the only thing there is, is this cloudbees plugin: http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-plugin-usage-plugin.cb /Domi On 04.12.2013, at 12:38, Bharathi Ramalingam ramalingam.bhara...@gmail.com wrote: I'm just wondering if there is any way to find if a plugin is

Re: Hosting for new plugin

2013-11-24 Thread Dominik Bartholdi
...@gmail.com wrote: I tried to control whether the icon was shown or not, but failed. Can you advise how this is done? -T On Friday, 22 November 2013 05:07:47 UTC, Dominik Bartholdi wrote: I'm still +1 to enhance the existing Think of it also from a users point, we have about 600+ plugins