You hit the maven release bug: https://groups.google.com/forum/#!topic/jenkinsci-dev/qkmbl3HrYgk
Add that to your pom
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.9</version>
</dependency>
</dependencies>
</plugin>
Am 11.06.2014 um 02:43 schrieb Mike Chmielewski <[email protected]>:
> Thanks for that!
>
> Of course, now i am feeling like an idiot, as I run "mvn release:prepare
> release:perform"... My code does not appear to be getting to
> repo.jenkins-ci.org. The mvn run completes with a success, and the code is
> pushed to maven.jenkins-ci.org:8081.
>
> Is this normal, and I am just being impatient?
>
>
> ----- Original message -----
> From: Ulli Hafner <[email protected]>
> To: [email protected]
> Subject: Re: Parameter Separator Plugin hosting
> Date: Tue, 10 Jun 2014 14:21:40 +0200
>
> Created https://github.com/jenkinsci/parameter-separator-plugin
>
> Sorry for the delay.
>
> Welcome aboard! Ulli
>
> Am 10.06.2014 um 03:30 schrieb Mike Chmielewski <[email protected]>:
>
>> Any hope of this getting hosted?
>>
>>
>> ----- Original message -----
>> From: Mike Chmielewski <[email protected]>
>> To: [email protected]
>> Subject: Fwd: Re: Parameter Separator Plugin hosting
>> Date: Mon, 19 May 2014 21:44:58 -0400
>>
>> So I've changed it to return a "dummy" ParameterValue with the generated
>> name as the value.
>>
>> If anyone is interested in taking my code and merging it with theirs, feel
>> free. Otherwise, I hope the new version can be hosted on the Jenkins site.
>>
>> ----- Original message -----
>> From: Mike Chmielewski <[email protected]>
>> To: Oleg Nenashev <[email protected]>, [email protected]
>> Subject: Re: Parameter Separator Plugin hosting
>> Date: Mon, 19 May 2014 09:29:54 -0400
>>
>> Thanks Oleg!
>>
>> This is my first rudimentary attempt, which is why I went the plugin route.
>> I have no idea where in the Jenkins core code to put this, which is what I
>> assume you are recommending in your first point? I can certainly investigate.
>>
>> I will absolutely fix the NPE issue. Would converting the null returns to
>> empty strings or the name of the parameter instance work? The values are
>> likely never going to be used, since this "parameter' is really just for
>> creating UI element.
>>
>>
>> ----- Original message -----
>> From: Oleg Nenashev <[email protected]>
>> To: [email protected]
>> Cc: [email protected]
>> Subject: Re: Parameter Separator Plugin hosting
>> Date: Mon, 19 May 2014 02:49:59 -0700 (PDT)
>>
>> Hi Mike,
>> I'd recommend to merge the plugin's code somewhere. I think the feature does
>> not require a separate plugin
>> The plugin will cause massive Executor failures if somebody triggers a job
>> with your parameter from CLI or MultiJob plugin. See
>> https://issues.jenkins-ci.org/browse/JENKINS-15094
>> If you want to use the current approach, I kindly ask you to wait till the
>> fix of the referenced issue
>> Best regards,
>> Oleg Nenashev
>>
>> понедельник, 19 мая 2014 г., 6:26:46 UTC+4 пользователь Mike Chmielewski
>> написал:
>> I have a really basic plugin that allows one to separate logical groups of
>> parameters on the build parameters page, to (hopefully) make it easier to
>> read/ parse a list of options. It uses an <hr/> tag, and allows global
>> customization of the styling.
>>
>> It's all hosted on github, so feel free to fork it (it's MIT licensed).
>>
>> Github Repository: parameter-separator-plugin
>> Github ID: olhado
>>
>> --
>> Mike Chmielewski
>> [email protected]
>>
>> --
>> Mike Chmielewski
>> [email protected]
>>
>>
>> --
>> 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 [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>>
>>
>> --
>> 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 [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> Mike Chmielewski
>> [email protected]
>>
>> --
>> 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 [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>
>
> Email had 1 attachment:
>
> signature.asc
> 1k (application/pgp-signature)
>
> --
> Mike Chmielewski
> [email protected]
>
> --
> Mike Chmielewski
> [email protected]
>
> --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: Message signed with OpenPGP using GPGMail
