Re: Gerrit issue with drafts

2014-05-09 Thread Jens Löök
Yes I missed the isDraft flag previously. I still think it is a bit confusing that there is a global state for the change and that each patch-set can have another state. I did a quick check - Submitted a new draft - Submitted a new public patch-set - build triggered - Removed the Jenkins

looking for a maven GAV info plugin

2014-05-09 Thread Verny Quartara
Hi everybody, I'm looking for a plugin able to expose the GAV info of a maven artifact as job variables. Something like: $MAVEN_ARTIFACT_GROUPID $MAVEN_ARTIFACT_ARTIFACTID $MAVEN_ARTIFACT_VERSION I didn't find any searching herehttps://wiki.jenkins-ci.org/display/JENKINS/Plugins#Plugins-Maven .

Subversion Plugin - List Subversion tags parameter problem

2014-05-09 Thread Gaurav Gupta
Hey, I have recently upgraded jenkins and subversion plugin versions, (Jenkins 1.560, Subversion plugin 2.2) I have a parameterized job, with an option of List subversion tags. When I go to build page, the dropdown shows Retrieving tags... for few seconds and the it updated the list with all

HipChat V2 Plugin

2014-05-09 Thread Josh Guthrie
Does anybody have a private plugin for HipChat based on V2 of the HipChat REST API? The current HipChat plugin is pretty old and nobody seems to be maintaining it. I'll probably start writing a new one unless anybody has something already done. Thanks, Josh -- You received this message

Re: Subversion Plugin - List Subversion tags parameter problem

2014-05-09 Thread Jesse Glick
On Fri, May 9, 2014 at 7:09 AM, Gaurav Gupta gaurav.gu...@joshlabs.in wrote: it should be better if list is not updated and some clicks the build button, parameter should contain the default value instead of empty. Makes sense; file a pull request for it. -- You received this message because

Literate plugin: mvn hpi:run doesn't work

2014-05-09 Thread Christoph Kutzinski
Hi all and Stephen especially ;-), I wanted to give the literate-plugin a try: git clone ... cd literate-plugin mvn clean install mvn hpi:run INFO: Listed all plugins May 09, 2014 3:14:03 PM jenkins.InitReactorRunner1 onTaskFailed SEVERE: Failed Loading plugin literate

Re: Literate plugin: mvn hpi:run doesn't work

2014-05-09 Thread Stephen Connolly
if you add the ui-samples-plugin as an optional dependency... there be bugs with the hpi plugin from 1.509... or just update the parent to something more recent On 9 May 2014 16:19, Christoph Kutzinski ku...@gmx.de wrote: Hi all and Stephen especially ;-), I wanted to give the

Re: Literate plugin: mvn hpi:run doesn't work

2014-05-09 Thread Stephen Connolly
as soon as you have the ui-samples-plugin in your ./work/plugins you can remove it as a dependency from the pom... On 9 May 2014 16:46, Stephen Connolly stephen.alan.conno...@gmail.comwrote: if you add the ui-samples-plugin as an optional dependency... there be bugs with the hpi plugin from

Re: Literate plugin: mvn hpi:run doesn't work

2014-05-09 Thread Jesse Glick
On Fri, May 9, 2014 at 11:19 AM, Christoph Kutzinski ku...@gmx.de wrote: Anyome knows how to fix this? Bug in maven-hpi-plugin 1.93, from the 1.509 parent POM. I have updated the baseline to 1.509.4 which includes 1.95 with the fix. -- You received this message because you are subscribed to

Re: Dynamic Parameter question

2014-05-09 Thread Ioannis Moutsatsos
I think that all the capability that you need is available to theuno-choice pluginhttps://github.com/biouno/uno-choice-plugindeveloped by the BioUno http://biouno.org/ project. This plugin generates *dynamic choice selections* from a groovy script. You can use *one or more parameters* from the

Re: Literate plugin: mvn hpi:run doesn't work

2014-05-09 Thread Christoph Kutzinski
Thanks Stephen and Jesse. It does work now. Am 09.05.2014 18:02, schrieb Jesse Glick: On Fri, May 9, 2014 at 11:19 AM, Christoph Kutzinski ku...@gmx.de wrote: Anyome knows how to fix this? Bug in maven-hpi-plugin 1.93, from the 1.509 parent POM. I have updated the baseline to 1.509.4 which