Re: How to trace the debug breakpoints when job running any slave?

2019-07-09 Thread Martin Weber
Am Montag, 8. Juli 2019, 07:27:43 CEST schrieb Boyka Zhu: > Thanks for the updates. > I tried below to launch the jar. > [root@hostname123 tmp]# java -jar > -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8765 > TESTPLUGIN.jar Just run agent.jar, not your plugin jar. You don't need

Re: How to trace the debug breakpoints when job running any slave?

2019-07-06 Thread Martin Weber
Am Samstag, 6. Juli 2019, 03:28:53 CEST schrieb Boyka Zhu: > Hi, > > My plugin will run on remote slave, the java source codes which running on > master can be traced, but the codes which runs on slave cannot be traced, > all breakpoints will be skipped. You need remote debugging. Start the

Re: Pipeline snippet generator: How to format generated snippet text?

2019-05-30 Thread Martin Weber
Am Donnerstag, 30. Mai 2019, 15:50:36 CEST schrieb Jesse Glick: > On Thu, May 30, 2019 at 9:30 AM Martin Weber wrote: > > For my step, the snippet generator prints everything on a single line: > Because your step is not block-scoped. Thanks for the clarification. -- E-Mails sollt

Re: Pipeline snippet generator: How to format generated snippet text?

2019-05-30 Thread Martin Weber
Am Mittwoch, 22. Mai 2019, 10:38:29 CEST schrieb Robert Sandell: > You need a config.jelly (and help-field.html) file for your step and the > rest should be done for you by magic. Sorry, if my question was not precise. For the withEnv step, the snippets generator puts nicely formatted text in the

Pipeline snippet generator: How to format generated snippet text?

2019-05-21 Thread Martin Weber
Hi all, I see the snippet generator prints a nicely formatted code for the withEnv step. How can I tell the snippet generator to do that for my pipeline step, too? Any pointer to docs or code are welcome. Martin -- Cd wrttn wtht vwls s mch trsr. -- You received this message because you

Re: JDK installer for AdoptOpenJDK

2019-05-04 Thread Martin Weber
Am Freitag, 3. Mai 2019, 22:20:05 CEST schrieb Mads Mohr Christensen: > As a fun project and because it might be useful I’ve been working on a JDK > installer plugin for installing OpenJDK from AdoptOpenJDK.net > . ... > > Especially the part where OS and CPU is detected

Re: Any idea what could cause Jenkins console output to be mixed like this in a pipeline job?

2019-04-17 Thread Martin Weber
Am Dienstag, 16. April 2019, 23:06:34 CEST schrieb Jesse Glick: > On Tue, Apr 16, 2019 at 12:57 PM Daniel Anechitoaie > > wrote: > > This seems too be happening only wen I run Jenkins in a Master/Slave setup > > (2 servers). If I only have the master it seems there's no problem with > > the

Re: Why did Multiple SCMs Plugin get deprecated?

2019-04-01 Thread Martin Weber
Am Mittwoch, 27. März 2019, 21:35:44 CEST schrieb Mark Waite: > On Wed, Mar 27, 2019 at 2:02 PM Martin Weber wrote: > > Am Dienstag, 13. November 2018, 20:40:41 CET schrieb Jesse Glick: > > > On Sat, Nov 10, 2018 at 12:12 PM Martin Weber > > > > wrote: > > &

Re: Why did Multiple SCMs Plugin get deprecated?

2019-03-27 Thread Martin Weber
Am Dienstag, 13. November 2018, 20:40:41 CET schrieb Jesse Glick: > On Sat, Nov 10, 2018 at 12:12 PM Martin Weber wrote: > > Pipeline offers a *different* way of checking out multiple > > SCMs. With the same branch seen in several SCMs, Pipeline only checks out > > the branc

Re: hudson.Launcher.ProcStarter.stderr(OutputStream) question

2018-12-19 Thread Martin Weber
Am Mittwoch, 19. Dezember 2018, 22:42:15 CET schrieb Jesse Glick: > On Wed, Dec 19, 2018 at 2:36 PM Martin Weber wrote: > > So I think it is unlikely for the missing build log lines to be caused by > > my plugin. > > Unclear. It would be best to narrow the issue down

Re: hudson.Launcher.ProcStarter.stderr(OutputStream) question

2018-12-19 Thread Martin Weber
Am Dienstag, 18. Dezember 2018, 21:04:02 CET schrieb Jesse Glick: > On Mon, Dec 17, 2018 at 3:48 PM Martin Weber wrote: > > in my plugin, do I have to always call > > hudson.Launcher.ProcStarter.stderr(OutputStream)? > > No, you should not. The call to `stdout(TaskListen

hudson.Launcher.ProcStarter.stderr(OutputStream) question

2018-12-17 Thread Martin Weber
Hi, in my plugin, do I have to always call hudson.Launcher.ProcStarter.stderr(OutputStream)? The docs say I do not have to; if unset, stderr output would go to stdin. But I could not find any code in jenkins-core that is handling that case. I am facing issue JENKINS-55215 [1] and have no clue

Re: Why did Multiple SCMs Plugin get deprecated?

2018-11-11 Thread Martin Weber
Am Sonntag, 11. November 2018, 08:27:49 CET schrieb Daniel Beck: > > On 10. Nov 2018, at 18:12, Martin Weber wrote: > > > > This is not true. Pipeline offers a *different* way of checking out > > multiple SCMs. With the same branch seen in several SCMs, Pipeline only &

Why did Multiple SCMs Plugin get deprecated?

2018-11-10 Thread Martin Weber
Hi, on the wiki page it now reads: > Users should migrate to Pipeline+Plugin. > Pipeline offers a better way of checking out of multiple SCMs... This is not true. Pipeline offers a *different* way of checking out multiple SCMs. With the same branch seen in several SCMs, Pipeline only checks

Re: Applying Java code changes in eclipse without running mvn command

2018-10-03 Thread Martin Weber
Am Mittwoch, 3. Oktober 2018, 09:23:41 CEST schrieb Nikhil Bhoski: > Hi All, > > Each time i change the java code i will have run mvn hpi:run to verify the > changes . I am using eclipse and tried compiling the code in eclipse > directly to verify if jetty picks up the changes but it does not

Re: Is it possible to change the order of parameters generated by the Snippitizer?

2018-08-11 Thread Martin Weber
Am Montag, 6. August 2018, 16:56:04 CEST schrieb Jesse Glick: > On Fri, Aug 3, 2018 at 1:35 PM Michael Fowler wrote: > > I have a plugin that outputs a pipeline snippet like this from the > > snippitizer: "mycommand parameter2: value2, parameter1: value 1" . For > > readability, I would like to

Re: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-22 Thread Martin Weber
Am Dienstag, 20. März 2018, 21:00:31 CET schrieb Martin Weber: > To implement pipeline compatibility for the cmakebuilder plugin[1], I > changed the required jenkins version from 1.580.3 to 1.642.3. > Parent pom version is 2.7. > > With 1.643.3, my form-round-trip tests [2] fail

Re: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-21 Thread Martin Weber
Am Mittwoch, 21. März 2018, 15:52:58 CET schrieb Jesse Glick: > On Tue, Mar 20, 2018 at 7:14 PM, Joseph P wrote: > > implementing SimpleBuildStep is the easiest and fastest way to get going > > As I wrote in the PR, this is probably not what you want at all. I already had

Re: form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-21 Thread Martin Weber
Am Dienstag, 20. März 2018, 21:18:45 CET schrieb Joseph P: > It is in the error stack. Your builder is missing its descriptor > implementation class. Sorry if I hadn't been precise enough, but I get that error on the master branch (no pipeline support) if I just change jenkins version from

form round trip tests fail after upgrading to jenkins version 1.642.3

2018-03-20 Thread Martin Weber
To implement pipeline compatibility for the cmakebuilder plugin[1], I changed the required jenkins version from 1.580.3 to 1.643.3. Parent pom version is 2.7. With 1.643.3, my form-round-trip tests [2] fail with 'internal server error'. I also ran the test from eclipse, which gave me some more

Re: How to get notification on me plugin issues?

2017-11-26 Thread Martin Weber
Am Sonntag, 26. November 2017, 18:40:01 CET schrieb Daniel Beck: > > On 26. Nov 2017, at 18:15, Martin Weber <fifteenknots...@gmail.com> wrote: > > > > Username:15knots > > Plugin ID: cmakebuilder > > Done: > [2017-11-26 18:39:20] Chan

Re: How to get notification on me plugin issues?

2017-11-26 Thread Martin Weber
Am Sonntag, 26. November 2017, 18:06:31 CET schrieb Daniel Beck: > > On 26. Nov 2017, at 18:01, Martin Weber <entenhet...@gmx.de> wrote: > > > > Looks like I am NOT assigned by default. Could this be caused by > > discrepancies between the pom and my account on j

Re: How to get notification on me plugin issues?

2017-11-26 Thread Martin Weber
Am Sonntag, 26. November 2017, 17:18:14 CET schrieb Daniel Beck: > > On 26. Nov 2017, at 17:10, Martin Weber <entenhet...@gmx.de> wrote: > > > > is it possible to make issues.jenkins-ci.org automatically send email- > > notification to a/the plugin main

How to get notification on me plugin issues?

2017-11-26 Thread Martin Weber
Hi, is it possible to make issues.jenkins-ci.org automatically send email- notification to a/the plugin maintainer, if a new issue arrives? Cheers, Martin -- E-Mails sollten Text sein, Text und nur Text. Wenn Gott gewollt hätte, dass E-Mails in HTML geschrieben würden, endeten Gebete

Jenkinsfile: how to make it install a tool for tests?

2017-11-26 Thread Martin Weber
Hi, I recently added a Jenkinsfile to build my plugin. Now, when https://ci.jenkins.io runs the build, most of the tests fail, since these required to have cmake installed. How can I tell https://ci.jenkins.io to install cmake in my jenkinsfile? Or is there a way to disable tests, when the

Server-side validation with jelly repeatableDeleteButton

2017-08-09 Thread Martin Weber
Hi, is it possible to add Server-side validation to a jelly repeatableDeleteButton? Tried to add a method doCheckDelete() to my descriptor but it doesn't get called. I am looking for a way to prevent jenkins admins from deleting a tool that has been added on the global tool configuration page

Re: Help with blocking job execution per node

2017-07-21 Thread Martin Weber
Am Freitag, 21. Juli 2017, 20:01:41 CEST schrieb Stephen Connolly: > May need to extend core to support advertising it. > > If it's more than 100ms it is likely a new round OK, thanks You! Have a nice weekend. (I'm at UTC +2) Martin -- Cd wrttn wtht vwls s mch trsr. -- You received this

Re: Help with blocking job execution per node

2017-07-21 Thread Martin Weber
Am Donnerstag, 20. Juli 2017, 21:01:13 CEST schrieb Stephen Connolly: > On Thu 20 Jul 2017 at 19:13, Martin Weber <fifteenknots...@gmail.com> wrote: > If 1:400 is too high, you'll need to bite the bullet and sort out the > concurrency to determine when a round starts and then onl

Help with blocking job execution per node

2017-07-20 Thread Martin Weber
Hi list, my plugins adds a build wrapper that starts and stop a daemon (similar to xvfb [1] plugin). Only one daemon instance can be run at a time on a single node, so I want to block job execution automatically, without forcing my users to install and configure Throttle Concurrent Builds

Re: Path environment variable not set by SimpleBuildWrapper.Context.env() on Windows slave

2017-07-05 Thread Martin Weber
Am Mittwoch, 5. Juli 2017, 15:19:37 CEST schrieb Jesse Glick: > On Wed, Jul 5, 2017 at 1:43 PM, Martin Weber <fifteenknots...@gmail.com> wrote: > > in my SimpleBuildWrapper.setup(), I want to add an extra directory to > > the PATH-variable by SimpleBuildWrapper.Context.env(&

Path environment variable not set by SimpleBuildWrapper.Context.env() on Windows slave

2017-07-05 Thread Martin Weber
Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? | Martin Weber | Razorcat Development GmbH | Witzlebenplatz 4 fon: +49-(30)-536 357 46 | 14057 Berlin

Re: Proposal for adopting the Jenkins trilead-ssh2 library

2017-04-08 Thread Martin Weber
Am Freitag, 7. April 2017, 22:24:46 schrieb Stephen Connolly: > On Fri 7 Apr 2017 at 22:37, Łukasz Jąder wrote: > > Hi Stephen, > > > > Do you think every plugin should consider switching to SSHD (Apache Mina) > > from Trilead-ssh2 or JSch? > > Probably. It seems to be the

Re: Unable to perform release

2017-04-04 Thread Martin Weber
Am Montag, 3. April 2017, 20:14:32 schrieb Martin Weber: > Hi all, > > mvn release:prepare release:perform > > downloads maven-hpi-plugin, but then complains about non-existing pom. > > Did some encounter the sam issue yet who can help? > > Console outpu

Unable to perform release

2017-04-03 Thread Martin Weber
Hi all, mvn release:prepare release:perform downloads maven-hpi-plugin, but then complains about non-existing pom. Did some encounter the sam issue yet who can help? Console output: mvn release:prepare release:perform [INFO] Scanning for projects... Downloading:

Re: Plugin name, Id change

2017-01-22 Thread Martin Weber
1, 2017 at 9:16:25 PM UTC+2, Martin Weber wrote: > > Am Samstag, 31. Dezember 2016, 23:08:45 schrieb fkp...@gmail.com > > > > : > > > Hi, > > > Due to some re-branding issues - we need to change the name of the > > > > plugin. > > > > I

Re: Plugin name, Id change

2017-01-01 Thread Martin Weber
Am Samstag, 31. Dezember 2016, 23:08:45 schrieb fkp...@gmail.com: > Hi, > Due to some re-branding issues - we need to change the name of the plugin. I renamed the cmakebuilder plugin in 2016. You might want to look at the change history of its pom and the wiki page [1] as a guide. Martin [1]

Install-stats for Nov missing for some plugins...

2016-12-10 Thread Martin Weber
For example, All Changes Plugin [1], shows stats for november, but CMake Plugin [2] and others do not. Looks like the raw data [3] have not been processed. Martin [1] https://wiki.jenkins-ci.org/display/JENKINS/All+Changes+Plugin [2] https://wiki.jenkins-ci.org/display/JENKINS/CMake+Plugin

Re: Download stats no longer showing on some plugin-wikis

2016-07-28 Thread Martin Weber
Am Donnerstag, 28. Juli 2016, 12:16:12 schrieb Kanstantsin Shautsou: > Maybe reset cache? Seems to be fixed now. At least, they are showing for the plubin maintained by me. > > >> Missing in > > >> > > >>

Download stats no longer showing on some plugin-wikis

2016-07-27 Thread Martin Weber
Hi, topic says all. Missing in Showing in Martin -- Cd wrttn wtht vwls s mch trsr. -- You

Re: Pipeline calling Build Step Plugin that Writes ENV Vars - Scoping Issue?

2016-05-31 Thread Martin Weber
Am Dienstag, 31. Mai 2016, 13:03:54 schrieb Jimmy Ray: > So, I am re-writing the Consul-KV-Builder Plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Consul-KV-Builder+Plugin) to > work with Jenkins pipeline. I have it working fine, except for writing ENV > variables that can written and read

Re: Making a plugin compatible with pipeline: Exprting env vars

2016-05-24 Thread Martin Weber
Am Montag, 23. Mai 2016, 15:11:40 schrieb Jesse Glick: > On Mon, May 23, 2016 at 2:45 PM, Martin Weber <fifteenknots...@gmail.com> wrote: [...] > > this the pipeline equivalent of './configure', 'make clean world', > > 'DESTDIR=${WORKSPACE}/artifacts/dir make install' >

Re: Making a plugin compatible with pipeline: Exprting env vars

2016-05-23 Thread Martin Weber
Am Montag, 23. Mai 2016, 11:28:57 schrieb Jesse Glick: > On Sat, May 21, 2016 at 2:49 PM, Martin Weber <fifteenknots...@gmail.com> wrote: > > for AbstractBuildS, my plugin [1] parses a generated file, grabs a > > specific > > value (usually /usr/bin/make on linux

Making a plugin compatible with pipeline: Exprting env vars

2016-05-21 Thread Martin Weber
Hi, for AbstractBuildS, my plugin [1] parses a generated file, grabs a specific value (usually /usr/bin/make on linux) from the file and exposes that value as an environment variable named "CMAKE_BUILD_TOOL". This allows users to reference the actual build tool in subsequent build steps that

Re: Unable to perform a plugin release

2016-05-09 Thread Martin Weber
Am Sonntag, 8. Mai 2016, 21:51:01 schrieb Martin Weber: > Am Sonntag, 8. Mai 2016, 21:36:11 schrieb Baptiste Mathus: > > Did you switch something in your settings.xml, say switching from > > corporate > > configuration to your home one or something? > > No, I did no

Re: Unable to perform a plugin release

2016-05-08 Thread Martin Weber
Am Sonntag, 8. Mai 2016, 21:36:11 schrieb Baptiste Mathus: > Did you switch something in your settings.xml, say switching from corporate > configuration to your home one or something? No, I did not change settings.xml since the last release. My settings.xml is almost empty, except a profile to

Unable to perform a plugin release

2016-05-08 Thread Martin Weber
Hi all, I am experiencing a weird behavior with mvn release:prepare release:perform Maven does download the maven-hpi-plugin.pom but later fails the build saying the maven-hpi-plugin.pom is missing. The maven-hpi-plugin is definitely present in my local maven repo. ``` > mvn release:prepare

Re: Jelly question: How to construct the URL of a section on the Jenkins configuration page?

2016-05-06 Thread Martin Weber
Am Freitag, 6. Mai 2016, 15:15:38 schrieb Robert Sandell: > True, but since the specific section he mentioned to link to is gone in 2.0 > I saw no need :) > > But yea, something is adding those anchor points, but it's not > lib/form/section.jelly so some magic javascript seems to be adding them >

Re: Jelly question: How to construct the URL of a section on the Jenkins configuration page?

2016-05-06 Thread Martin Weber
Am Freitag, 6. Mai 2016, 13:46:13 schrieb Robert Sandell: > Links in the side panels are implementations of Action. And you can add > transient actions to jobs via the TransientActionFactory extension > point. > > In Jenkins 2.0 the Global Tool Configuration got put on a separate > configuration

Jelly question: How to construct the URL of a section on the Jenkins configuration page?

2016-05-04 Thread Martin Weber
Hi all, I want to create a HTML-link on the job configuration page that directly points to the corresponding tool installation section on *global* configuration page. (Well, yes, this is teamcity inspired:-) I know that '${rootURL}/configure' points to the config page, but how do I get the

Re: What’s behind Jenkins’ popularity?

2016-04-03 Thread Martin Weber
Am Sonntag, 3. April 2016, 23:45:31 schrieb Daniel Beck: > https://www.linkedin.com/company/mondass-pr > > Obvious spam is obvious. ..obvious for native Englishmen.. > > On 03.04.2016, at 13:46, Lazer Cohen wrote: > > Read this article - "Jenkins has changed everything"

Re: Renaming a plugin - which steps to take?

2016-02-08 Thread Martin Weber
Am Sonntag, 7. Februar 2016, 21:15:34 schrieb Baptiste Mathus: > 2016-02-07 18:20 GMT+01:00 Martin Weber <fifteenknots...@gmail.com>: > > Hi, > > I want to renamed my plugin to let its name reflect the recently added > > features. (cmakebuilder-plugin --> CMake-plugin

Renaming a plugin - which steps to take?

2016-02-07 Thread Martin Weber
Hi, I want to renamed my plugin to let its name reflect the recently added features. (cmakebuilder-plugin --> CMake-plugin). Which steps do I have to take and what are the risks? 1) Rename plugins wiki page: Does that break any links inside the wiki? 2) Changing the plugin ID (in the pom). Will

Re: Jira down?

2016-02-06 Thread Martin Weber
Am Samstag, 6. Februar 2016, 13:26:56 schrieb R. Tyler Croy: > (replies inline) > > On Sat, 06 Feb 2016, Martin Weber wrote: > > Am Samstag, 6. Februar 2016, 07:49:09 schrieb Mark Waite: > > > When I tried to open https://issues.jenkins-ci.org/browse/JENKINS-6203, &

Re: Jira down?

2016-02-06 Thread Martin Weber
Am Samstag, 6. Februar 2016, 07:49:09 schrieb Mark Waite: > When I tried to open https://issues.jenkins-ci.org/browse/JENKINS-6203, the > page reports "Loading" and then eventually it reports: Same here, when opening other issues Martin -- Cd wrttn wtht vwls s mch trsr. -- You received this

Re: How to migrate persistent plugin data (ToolInstallation)

2016-02-05 Thread Martin Weber
Am Freitag, 5. Februar 2016, 12:18:48 schrieb Robert Sandell: > It might be that it is not Items.XSTREAM2 that is used when deserializing > ToolInstallations > There is for example Jenkins.XSTREAM2 as well and maybe some others that I > don't remember. Next time I'll look at this. For now, I

How to migrate persistent plugin data (ToolInstallation)

2016-02-01 Thread Martin Weber
Hi, I had to rename my sub-class of ToolInstallation. Could someone tell/help me how to migrate existing persistent data? I already tried @Initializer(before=InitMilestone.PLUGINS_STARTED) public static void addAliases() { Items.XSTREAM2.addCompatibilityAlias("hudson.plugins.cmake.CmakeTool",

Re: Error in creating Account

2016-01-26 Thread Martin Weber
Am Dienstag, 26. Januar 2016, 22:00:06 schrieb Baptiste Mathus: > Hi, the previous request had been prevalidated on IRC. To help Larry and > others on that: could you please explain which is your problem, the jenkins > version you're using, and so on so that we can confirm you're not a > spammer?

Re: Process for deleting plugins?

2015-11-13 Thread Martin Weber
Am Freitag, 13. November 2015, 10:26:39 schrieb R. Tyler Croy: > Do we have a process in place for deleting or otherwise archiving plugins? I > was pointed to the Gitorious plugin > (https://wiki.jenkins-ci.org/display/JENKINS/Gitorious+Plugin) which is an > integration for a service which has

Re: Process for deleting plugins?

2015-11-13 Thread Martin Weber
Am Samstag, 14. November 2015, 00:08:17 schrieb Daniel Beck: > On 13.11.2015, at 21:12, Martin Weber <fifteenknots...@gmail.com> wrote: > > shining-panda is also dead. > > Isn't their plugin just a better Python Plugin now? Oops. Look*s like it is now. In 2013, I registered

How often does the backend crawler run?

2015-11-04 Thread Martin Weber
With the next run, it will solve this [1] issue. TIA, Martin [1] https://issues.jenkins-ci.org/browse/JENKINS-31371 -- Cd wrttn wtht vwls s mch trsr. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Re: How often does the backend crawler run?

2015-11-04 Thread Martin Weber
Am Mittwoch, 4. November 2015, 19:12:05 schrieb Daniel Beck: > Daily That's good news! So Issue [1] will fix itself. The cmake guy were so kind to re-anble index listing. [1] https://issues.jenkins-ci.org/browse/JENKINS-31371 -- Cd wrttn wtht vwls s mch trsr. -- You received this message

more Tool Installers: Need a free service that can build for OS/arch supported by Jenkins?

2015-10-16 Thread Martin Weber
Hi, does anybody know of a free service that can build C++ for the OSs/archs supported by Jenkins? Or at least for Linux/win/OS X? I made a tool-installer-plugin [2] to install ninja [1] , but unfortunately they only provide 64-bit binaries [3] for download. So I am looking for a way to make

Automatic tool installation - too many choices?

2015-09-06 Thread Martin Weber
Hi all, my crawler for cmake.org gives 31 choices for end users to install. Would that be OK or should I try to reduce the number? Choices for cmake are "id": "3.3.1", "id": "3.3.0", "id": "3.2.3", "id": "3.2.2", "id": "3.2.1", "id": "3.2.0", "id": "3.1.3", "id":

Oh, Meister...

2015-07-04 Thread Martin Weber
... could someone with the powers that be change the link in the project description at https://github.com/jenkinsci/cmakebuilder-plugin to point to https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin instead of simply http://jenkins-ci.org/ ? Thank you. Martin -- Cd wrttn wtht

Re: revisit ToolInstallation (Default)

2015-07-02 Thread Martin Weber
Am Mittwoch, 1. Juli 2015, 22:41:55 schrieb nicolas de loof: Hi, User experience when using ToolInstalation is odd. [...] - When installed/upgraded, ToolInstallation define some explicit System ToolInstallation to resolve as PATH. Administrator can just delete it if this makes sense

Re: revisit ToolInstallation (Default)

2015-07-02 Thread Martin Weber
Am Donnerstag, 2. Juli 2015, 18:23:08 schrieb nicolas de loof: Yes, that's another point I'd like to address: assign a unique ID to tool installations and/or offer a new listener API so job can be reconfigured on I already did some experiments on that, but I used an artificial surrogate PID

Re: How long does it take for the wiki page and update center to pick up a new release?

2015-06-19 Thread Martin Weber
Am Dienstag, 16. Juni 2015, 21:56:05 schrieb Martin Weber: Hi, yesterday I released a new version of my plugin, but it is not showing up in Update center and the wiki page is not updated. Takes up to five days. Everything´s fine now. -- Cd wrttn wtht vwls s mch trsr. -- You received

Re: How long does it take for the wiki page and update center to pick up a new release?

2015-06-17 Thread Martin Weber
Am Mittwoch, 17. Juni 2015, 12:32:03 schrieb Daniel Beck: I think I fixed the distribution to mirrors. At least OSUOSL has your release: ftp://ftp.osuosl.org/pub/jenkins/updates/current/update-center.json Thanks. Unfortunately, ther german mirror is 2.1 days behind. -- Cd wrttn wtht vwls s

How long does it take for the wiki page and update center to pick up a new release?

2015-06-16 Thread Martin Weber
, Jun 14, 2015 at 2:22 PM, Martin Weber fifteenknots...@gmail.com wrote: Hi, I followed the advice on https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugin s-Releasingtojenkinsci.org and ran mvn release:prepare release:perform which built the new version

Re: How long does it take for the wiki page and update center to pick up a new release?

2015-06-16 Thread Martin Weber
Am Dienstag, 16. Juni 2015, 22:06:55 schrieb Daniel Beck: Probably because the mirrors are currently outdated: http://mirrors.jenkins-ci.org/status.html Hmmh, 29 hrs for non US. Do you suggest it's not my fault? -- Cd wrttn wtht vwls s mch trsr. -- You received this message because you

Re: Need help with releasing a plugin

2015-06-15 Thread Martin Weber
. If not, do the necessary git reset to get there. Once you get all of that done, you can start the release process again. HTH, Francis On Sun, Jun 14, 2015 at 2:22 PM, Martin Weber fifteenknots...@gmail.com wrote: Hi, I followed the advice on https://wiki.jenkins-ci.org

Need help with releasing a plugin

2015-06-14 Thread Martin Weber
Hi, I followed the advice on https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org and ran mvn release:prepare release:perform which built the new version (1.10) sucessfully. But what is confusing to me: The build finally ran

Jenkins admin added you to team Everyone Was: Request to become maintainer

2015-06-09 Thread Martin Weber
Am Montag, 8. Juni 2015, 11:07:54 schrieb Kohsuke Kawaguchi: Added you as a committer. As a rule of thumb, I'd like to reduce us blocking people who are interested in contributing, so we should grant the commit access in parallel to suggesting to talk to the current maintainer. Just

Re: Jenkins admin added you to team Everyone Was: Request to become maintainer

2015-06-09 Thread Martin Weber
Am Dienstag, 9. Juni 2015, 21:00:43 schrieb Daniel Beck: What happens when you go to https://github.com/orgs/jenkinsci/teams/everyone and click 'leave'? You’ve successfully left the team. Thanks! I wasn´t aware of that trick. Martin -- Cd wrttn wtht vwls s mch trsr. -- You received this

Re: [PROPOSAL] Semi-automated detection of unmaintained plugins

2015-06-09 Thread Martin Weber
Am Dienstag, 9. Juni 2015, 23:56:22 schrieb oliver gondža: I am afraid every 3 months is just too often. Consider Tmp Cleaner[1], a working plugin with no pending pull requests that would receive ~14 such pings from the last release in 2011. If we would like to detect plugins that can be

Need advice on plugin´s maven group ID

2015-06-08 Thread Martin Weber
Hi, I just inherited a plugin which seems to have had its first incarnation in Hudson. Any wiki and SCM URLs in the pom.xml still point to the Hudson project, which nowadays is now plain wrong. I want to update these URLs; I guess is does not impact any existing installations. But the

Re: Request to become maintainer

2015-06-08 Thread Martin Weber
Am Montag, 8. Juni 2015, 12:47:08 schrieb Oleg Nenashev: @Kohsuke. I disagree with your statement as well. On-request direct push/release permissions will lead to the violation of common plugin development practices (compatibility, core dependencies, etc.). If a person wants to contribute

Re: Request to become maintainer

2015-06-08 Thread Martin Weber
Am Montag, 8. Juni 2015, 11:07:54 schrieb Kohsuke Kawaguchi: Added you as a committer. Thank you, Kohsuke. As a rule of thumb, I'd like to reduce us blocking people who are interested in contributing, so we should grant the commit access in parallel to suggesting to talk to the current

Re: Request to become maintainer

2015-06-07 Thread Martin Weber
on cmakebuilder, it's alright for me if you become maintainer of the plugin. I hereby officially hand over maintainer-ship of Jenkins cmakebuilder-plugin to you :-) Cheers, Volker Am 05.06.2015 um 21:32 schrieb Martin Weber: Hi Volker, I requested to become maintainer of cmakebuilder-plugin

Re: Tool installer/ Tool download

2015-06-05 Thread Martin Weber
Am Freitag, 5. Juni 2015, 22:07:48 schrieb Christopher Orr: On 05/06/15 21:59, Martin Weber wrote: Is there an API in jenkins to determine the current platform/OS and its architecture? ... Rather than relying on that API, as it's probably not really intended for public consumption

Tool installer/ Tool download

2015-06-05 Thread Martin Weber
Hi, Is there an API in jenkins to determine the current platform/OS and its architecture? I found public hudson.tools.JDKInstaller.Platform but I´m not sure whether I can rely on that. TIA, Martin -- Cd wrttn wtht vwls s mch trsr. -- You received this message because you are

Issue tracker link broken for inheritance-plugin

2014-12-20 Thread Martin Weber
Hi, could someone with the powers change the issue tracker link on https://wiki.jenkins-ci.org/display/JENKINS/inheritance-plugin to https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hidereset=truejqlQuery=project+%3D+JENKINS

cmakebuilder Plugin still maintained?

2014-11-07 Thread Martin Weber
Hi all, is the cmakebuilder Plugin still maintained? I'm using it, but I would like it to work with inheritance plugin. Regards, Martin -- E-Mails sollten Text sein, Text und nur Text. Wenn Gott gewollt hätte, dass E-Mails in HTML geschrieben würden, endeten Gebete traditionell mit