Re: Need help publishing plug-in

2015-07-14 Thread Peter Blume
and commits I got a build success. For now I will wait and see if the plugin shows up in the available plugin list. I will let you know :-) Greetings Peter Am Samstag, 11. Juli 2015 12:10:35 UTC+2 schrieb Peter Blume: Hi community, i need help releasing the sasunit-plugin. I use $ mvn

Re: Need help publishing plug-in

2015-07-14 Thread Peter Blume
AM UTC-5, Peter Blume wrote: Hi community, i need help releasing the sasunit-plugin. I use $ mvn release:prepare release:perform -Dusername=... -Dpassword=... to start the release process. The build ends with success, but the plug-in won't show up in the available plug-in list as well

Need help publishing plug-in

2015-07-11 Thread Peter Blume
Hi community, i need help releasing the sasunit-plugin. I use $ mvn release:prepare release:perform -Dusername=... -Dpassword=... to start the release process. The build ends with success, but the plug-in won't show up in the available plug-in list as well as in the plug-in wiki page.

Re: [WIKI] Plugin stats not updated in 3 months

2014-10-01 Thread Peter Blume
Hi, I released my plugin on Sunday und updated yesterday. So far so good. But similar to your problem the plugins wiki page still shows No Information For This Plugin. See https://wiki.jenkins-ci.org/display/JENKINS/SASUnit+Plugin As well the plugin is not referenced here

Request to publish new plugin

2014-09-24 Thread Peter Blume
Hallo, I would like to publish a new Jenkins plug-in that adds support for SASUnit, a unit testing framework for the programming language SAS. Please create a repository jenkinsci/sasunit-plugin. The GitHub username I use is HMSAnalyticalSoftware. Greetings PBlume -- You received this message

Re: my plugin can't display in add build step and add post-build action

2014-09-16 Thread Peter Blume
Hi, I had the same issue, but solved it at last. This did it for me: @Override public boolean isApplicable(Class? extends AbstractProject jobType) { return true; } -- You received this message because you are subscribed to the Google Groups Jenkins