Re: Request hosting for GCloud sdk plugin

2015-07-11 Thread nicolas de loof
Do you have sample of another tool named "gcloud" ? I only know the Google Cloud SDK 2015-07-11 23:19 GMT+02:00 Daniel Beck : > Hi João, > > would you mind if we renamed the repo and plugin artifactId to something > more unambiguous? Please see Christopher's email below. > > Daniel > > Begin forw

Fwd: Request hosting for GCloud sdk plugin

2015-07-11 Thread Daniel Beck
Hi João, would you mind if we renamed the repo and plugin artifactId to something more unambiguous? Please see Christopher's email below. Daniel Begin forwarded message: > From: Christopher Orr > Subject: Re: Request hosting for GCloud sdk plugin > Date: 8. Juli 2015 09:20:59 MESZ > To: jenki

Re: Backporting for 1.609.2 has started

2015-07-11 Thread Lior Hasson
Great :) On Wednesday, July 8, 2015 at 9:09:38 AM UTC+3, ogondza wrote: > > I have backported the rest: JENKINS-28690, JENKINS-28840, JENKINS-27289, > JENKINS-14899 and JENKINS-28926. > > -- > oliver > > -- You received this message because you are subscribed to the Google Groups "Jenkins Deve

Re: Need help publishing plug-in

2015-07-11 Thread Daniel Beck
It looks like the SASUnit plugin has never been released properly. The Maven repo only contains snapshot builds. These hints should help you getting the plugin released: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues On 11.07.2015, at 12:10,

Re: Need help publishing plug-in

2015-07-11 Thread Surya Gaddipati
It usually takes a while before its shows up in the update center. On Saturday, July 11, 2015 at 5:10:35 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 relea

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. https:

Re: [Plugin Hosting Request] plugin for executing Tests with testing tool TPT

2015-07-11 Thread evernat
Hi, If you do not want to create an update center, another way would be to just create a release and upload binary artifact there: https://github.com/PikeTec/tpt-jenkins/releases Then you can explain in README.md with screenshot how users can install your plugin in the Advanced tab of the Plugin

Re: embed svg created by d3 in plug-in

2015-07-11 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Hi Annie Maybe something like ``` def job = Jenkins.instance.getItem("") job.builds.each() {   //println(it.timestamp)   println(it.timeInMillis) } ``` The timestamp returns a calendar, and the timeInMillis the long value. I have Jenkins in my Eclipse workspace, and usually first take a look at