Re: How to release a new plugin version?

2015-10-29 Thread Jan Niklas Hasse
On Tue, 27 Oct 2015, at 15:02, Daniel Beck wrote: > The plugin hasn't actually been released to the update center, snapshots are > ignored. > > It's the first item here: > https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues Thanks! Now it works.

Re: How to release a new plugin version?

2015-10-27 Thread Jan Niklas Hasse
> > It's probably failing because the plugin depends from a very old core > version which doesn't support jdk 8, and you are using a jdk 8 to build the > project. > > Either : > - install a jdk 7 > - update the parent version to something more recent (such as 1.565.1, one > year old, but should

Re: How to release a new plugin version?

2015-10-15 Thread Jan Niklas Hasse
On Thu, 15 Oct 2015, at 11:12, Robert Sandell wrote: > Hmm, it seems that it's looking in maven central for the hpi-plugin when it > should be looking in repo.jenkins-ci.org/public > Have you configured your maven settings as described here? > https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tu

How to release a new plugin version?

2015-10-15 Thread Jan Niklas Hasse
Hi! I'm trying to release a new version of the python-plugin (https://github.com/jenkinsci/python-plugin). I couldn't find a guide for this and also my Java / Maven skills are pretty low. My guess is, that I need to run mvn release:prepare but this gives me (after a lot of Downloading) the fo

Re: Python Plugin

2015-09-10 Thread Jan Niklas Hasse
2015-09-08 17:07 GMT+02:00 Daniel Beck : > Made you a committer of the plugin. > > Tell us your jenkins-ci.org username and we'll make you lead for the > component in JIRA. Thanks! My jenkins-ci.org username is jhasse -- You received this message because you are subscribed to the Google Groups

Re: Python Plugin

2015-09-08 Thread Jan Niklas Hasse
2015-08-31 19:15 GMT+02:00 R. Tyler Croy : > Jan, if you're interested in taking over the plugin we can definitely make > that > happen. That would be great! What do I need to do? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubs

Re: Python Plugin

2015-08-31 Thread Jan Niklas Hasse
2015-08-31 13:14 GMT+02:00 Daniel Beck : > Try the email address listed at https://github.com/rtyler (assuming this is > the same R. Tyler) Okay :) > While it may work, it doesn’t seem to do much that could be considered > useful: It doesn’t look like it’s doing anything a shell build step (bui

Re: Python Plugin

2015-08-31 Thread Jan Niklas Hasse
2015-08-27 14:12 GMT+02:00 Daniel Beck : >> Have you attempted to contact the maintainer as listed on the Wiki page? >> (https://wiki.jenkins-ci.org/display/JENKINS/Python+Plugin) >> >> Richard. > > The last real code change was in 2011, which looks like it demoes modernizing > source code withou

Re: Python Plugin

2015-08-27 Thread Jan Niklas Hasse
It looks like the Python plugin isn't maintained anymore. What would I need to do to take over? I really would like to get my PR merged. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving ema

Python Plugin

2015-05-19 Thread Jan Niklas Hasse
Hi, I've created a pull request for the Python plugin a few weeks ago, but haven't got a response yet: https://github.com/jenkinsci/python-plugin/pull/2 Is the plugin still being maintained? - Jan Niklas Hasse -- You received this message because you are subscribed to the Goo