Re: Jenkins plug-in

2021-10-21 Thread 'Björn Pedersen' via Jenkins Developers
ullrich...@gmail.com schrieb am Mittwoch, 20. Oktober 2021 um 17:03:02 UTC+2: > As Jim already mentioned, you should use the Git Client Plugin to access > the Git repositories. If you need an example on how to use that you can > look into the tests of the Git Client Plugin ( >

Re: Jenkins plug-in

2021-10-20 Thread Ullrich Hafner
t;> I need a little help, i m new in writting jenkins plug-in but i my job >> i >> write plug-in which shoul collect commits from repo between two release >> version and send them to jira. >> My plug-in works fine when build run on master but fail when it run on >> a

Re: Jenkins plug-in

2021-10-20 Thread Jim Klimov
On October 20, 2021 6:50:48 AM UTC, Petra Halouzkova wrote: >Hello, >I need a little help, i m new in writting jenkins plug-in but i my job >i >write plug-in which shoul collect commits from repo between two release >version and send them to jira. >My plug-in works fine when b

Jenkins plug-in

2021-10-20 Thread Petra Halouzkova
Hello, I need a little help, i m new in writting jenkins plug-in but i my job i write plug-in which shoul collect commits from repo between two release version and send them to jira. My plug-in works fine when build run on master but fail when it run on agent. I guess it is because during build i

Re: Request to publish a Jenkins plug-in

2014-10-11 Thread Stephen Connolly
IIUC the release plugin version 2.5.1 has the fix for non-root pom releases (but I *might* be wrong about that) On Friday, October 10, 2014, Ulli Hafner ullrich.haf...@gmail.com wrote: Am 10.10.2014 um 21:19 schrieb Jesse Glick jgl...@cloudbees.com javascript:;: On Fri, Oct 10, 2014 at

Re: Request to publish a Jenkins plug-in

2014-10-11 Thread Vincent Latombe
This is what I understood as well. (about m-r-p 2.5.1) Le 11 oct. 2014 10:07, Stephen Connolly stephen.alan.conno...@gmail.com a écrit : IIUC the release plugin version 2.5.1 has the fix for non-root pom releases (but I *might* be wrong about that) On Friday, October 10, 2014, Ulli Hafner

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Krishna Kishore
Hi Ullrich, As correctly pointed by you I am having issue with releasing snapshots. I looked at the suggestions listed in the link mentioned by you, but they are not working for me. I am using the following commands for releasing the plugin: mvn

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
I see. The workaround does not work if your project is not in the root folder of the git project. You need to move your sources one level up the folder hierarchy. I hope that this annoying bug will be fixed by the maven-release-plugin in the near future… Am 09.10.2014 um 17:51 schrieb

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Jesse Glick
On Fri, Oct 10, 2014 at 2:23 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: The workaround Sorry, which workaround are you referring to? does not work if your project is not in the root folder of the git project. What is the bug then? If you have a multimodule project, normally you would

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
Am 10.10.2014 um 20:42 schrieb Jesse Glick jgl...@cloudbees.com: On Fri, Oct 10, 2014 at 2:23 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: The workaround Sorry, which workaround are you referring to? specifying version 2.5 explicitly on the command line does not work if your

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Jesse Glick
On Fri, Oct 10, 2014 at 3:04 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: which workaround are you referring to? specifying version 2.5 explicitly on the command line Ah, well that is just using a new plugin version, which you would also get by using a newer parent POM. The release plugin

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Ulli Hafner
Am 10.10.2014 um 21:19 schrieb Jesse Glick jgl...@cloudbees.com: On Fri, Oct 10, 2014 at 3:04 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: which workaround are you referring to? specifying version 2.5 explicitly on the command line Ah, well that is just using a new plugin version,

Re: Request to publish a Jenkins plug-in

2014-10-10 Thread Krishna Kishore
Hi Ullrich, Using maven-scm-provider-gitexe 1.9.2 has worked for me. Thanks for your solution and saving my weekend :) Regards, Kishore On Saturday, 11 October 2014 01:13:02 UTC+5:30, Ullrich Hafner wrote: Am 10.10.2014 um 21:19 schrieb Jesse Glick jgl...@cloudbees.com javascript::

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread Krishna Kishore
Hi Domi, Jenkins Dev team, I am trying to release the teamconcert-git plugin by running the Maven release commands (mvn -U release:prepare and mvn -U release:perform). I see that the mvn -U release:perform completes successfully but plugin is not available at

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread d...@fortysix.ch
Hi Kishore, no there is nothing more you have to do - just give it some time, check again tomorrow. There are some background jobs which pick the new stuff up and publish it. Domi On 09 Oct 2014, at 17:51, Krishna Kishore clkkish...@gmail.com wrote: Hi Domi, Jenkins Dev team, I am trying

Re: Request to publish a Jenkins plug-in

2014-10-09 Thread Ulli Hafner
You hit the mvn release bug that only releases snapshots, see http://jenkins-ci.361315.n4.nabble.com/mvn-release-does-not-work-only-publishes-SNAPSHOT-releases-td4657620.html#a4657831 Am 09.10.2014 um 17:51 schrieb Krishna Kishore clkkish...@gmail.com: Hi Domi, Jenkins Dev team, I am trying

Re: Request to publish a Jenkins plug-in

2014-10-05 Thread Krishna Kishore
Hi Domi, Thanks for creating the repository. I just signed up in the issue tracker and my userid in JIRA is clkkishore, please created the required component. Thanks, Kishore On Friday, 3 October 2014 11:08:05 UTC+5:30, Dominik Bartholdi wrote: done:

Re: Request to publish a Jenkins plug-in

2014-10-05 Thread domi
done, welcome a board! Domi On 06.10.2014, at 07:49, Krishna Kishore clkkish...@gmail.com wrote: Hi Domi, Thanks for creating the repository. I just signed up in the issue tracker and my userid in JIRA is clkkishore, please created the required component. Thanks, Kishore On

Re: Request to publish a Jenkins plug-in

2014-10-02 Thread Krishna Kishore
Hi Jenkins Dev Team, Any update on my request to host a new plugin. Thanks, Kishore On Monday, 29 September 2014 14:46:39 UTC+5:30, Krishna Kishore wrote: Due to different dependencies we decided not to extend the functionality of the existing plugin but write a new plugin. The existing

Re: Request to publish a Jenkins plug-in

2014-10-02 Thread domi
done: https://github.com/jenkinsci/teamconcert-git-plugin but creating a component for you in the issue tracker failed, what is your userid in JIRA? ...I don't have permission to create a CI job, can someone else create one? Domi On 03.10.2014, at 06:19, Krishna Kishore clkkish...@gmail.com

Re: Request to publish a Jenkins plug-in

2014-09-29 Thread Krishna Kishore
Due to different dependencies we decided not to extend the functionality of the existing plugin but write a new plugin. The existing plugin implements the SCM extension point of Jenkins and the new plugin is much more lighter and uses the Build extension point. The target audience for the two

Re: Request to publish a Jenkins plug-in

2014-09-28 Thread domi
How is this one different to the existing teamconcert plugin? [1] It seems very active. Domi [1] https://wiki.jenkins-ci.org/display/JENKINS/Team+Concert+Plugin Am 28.09.2014 um 06:09 schrieb Krishna Kishore clkkish...@gmail.com: Hi Jenkins Dev team, I am with the Rational Team

Re: Request to publish a Jenkins plug-in

2014-09-28 Thread Krishna Kishore
Hi, The existing plugin woks with the RTC Source control, it helps teams which use RTC as SCC and Jenkins as CI engine. The new plugin will work with projects which use Git as source control and integrate (i.e create traceability links) Jenkins builds with RTC Work Items and Builds. This

Re: Request to publish a Jenkins plug-in

2014-09-28 Thread domi
How about extending the existing one with your functionality? From a users point of view this is what I would love to see - as I guess you would provite of some of the existing features too Or maybe extract the parts the two plugins would have in common and create a base plugin which can be

Request to publish a Jenkins plug-in

2014-09-27 Thread Krishna Kishore
Hi Jenkins Dev team, I am with the Rational Team Concert(RTC) Development team in IBM (www.ibm.com, www.jazz.net). We are developing a plugin which will integrate Jenkins Builds using Git as Source control to RTC Work items and builds. We would like to publish the plugin at jenkins-ci.org.

Re: Simple Jenkins plug-in hooked on the left menu

2013-01-31 Thread Roberto Minelli
...@gmail.com javascript: *To:* jenkin...@googlegroups.com javascript: *Cc:* Mark Waite mark...@yahoo.com javascript: *Sent:* Wednesday, January 30, 2013 5:38 AM *Subject:* Re: Simple Jenkins plug-in hooked on the left menu Thanks a lot, I'll look at that! Then how can I proceed to allow

RE: Simple Jenkins plug-in hooked on the left menu

2013-01-31 Thread Sandell, Robert
-dev@googlegroups.com [mailto:jenkinsci-dev@googlegroups.com] On Behalf Of Roberto Minelli Sent: den 31 januari 2013 11:44 To: jenkinsci-dev@googlegroups.com Cc: Mark Waite Subject: Re: Simple Jenkins plug-in hooked on the left menu Hi, I understood, looking at some plugins that a good extension

Re: Simple Jenkins plug-in hooked on the left menu

2013-01-31 Thread ogondza
https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins is a good start -- 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

Re: Simple Jenkins plug-in hooked on the left menu

2013-01-31 Thread Roberto Minelli
Thanks. I'll look at what Robert and ogondza proposed! On Thursday, January 31, 2013 4:03:38 PM UTC+1, ogondza wrote: https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkinsis a good start -- You received this message because you are subscribed to the Google

Re: Simple Jenkins plug-in hooked on the left menu

2013-01-30 Thread Mark Waite
: Roberto Minelli r.minell...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Wednesday, January 30, 2013 5:22 AM Subject: Simple Jenkins plug-in hooked on the left menu Hi, I'm new to both Maven and Jenkins and I need to develop a very simple Jenkins plug-in but I don't know exactly how

Re: Simple Jenkins plug-in hooked on the left menu

2013-01-30 Thread Roberto Minelli
:* Wednesday, January 30, 2013 5:22 AM *Subject:* Simple Jenkins plug-in hooked on the left menu Hi, I'm new to both Maven and Jenkins and I need to develop a very simple Jenkins plug-in but I don't know exactly how to start. I already went through the Wiki (i.e., https://wiki.jenkins-ci.org

Jenkins Plug-in that can embed and display an html page

2013-01-16 Thread Ken
Hi everyone. I'm just beginning my adventure into Jenkin's land... One of the requirements I'm looking to solve is with embedding or somehow linking an html page that contains build results (created by a Gallio execution).. For anyone that's used Gallio as a UT framework, it can create a nicely

Re: Jenkins Plug-in that can embed and display an html page

2013-01-16 Thread Mark Waite
into Jenkins as elegantly as JUnit test results or NUnit test results, or the other more tool specific plugins. Mark Waite From: Ken heroes...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Wednesday, January 16, 2013 9:50 AM Subject: Jenkins Plug-in that can

Re: Jenkins Plug-in that can embed and display an html page

2013-01-16 Thread Ken Knudsen
tool specific plugins. Mark Waite From: Ken heroes...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Wednesday, January 16, 2013 9:50 AM Subject: Jenkins Plug-in that can embed and display an html page Hi everyone. I'm just beginning my adventure

Re: Jenkins Plug-in that can embed and display an html page

2013-01-16 Thread Ken Knudsen
From: Ken heroes...@gmail.com To: jenkinsci-dev@googlegroups.com Sent: Wednesday, January 16, 2013 9:50 AM Subject: Jenkins Plug-in that can embed and display an html page Hi everyone. I'm just beginning my adventure into Jenkin's land... One of the requirements I'm looking to solve

Re: Jenkins Plug-in that can embed and display an html page

2013-01-16 Thread Ken Knudsen
Hi Jeremy, Not that I can help much but here’s some of my findings today… I’ve been using the HTML Publisher with success. Once I figured out how Jenkins is displaying stuff per build run, what I was expecting to get published per build run, did… Noting your particular problem, I created a