Re: Problem during plugin release

2016-11-28 Thread Jesse Glick
On Sun, Nov 27, 2016 at 2:43 AM, Thomas Fürer wrote: > What about using our own infrastructure at > https://jenkins.ci.cloudbees.com or https://ci.jenkins-ci.org to release > the plugins? Long been on our wishlist; no proposal yet for how to do an authentication check.

Re: Problem during plugin release

2016-11-26 Thread Thomas Fürer
Sorry, my bad. This is not what I want to say. I just want to note that it was very hard to find the solution for my problem(s). When I do a recap, it was probably better to read all the documentation top down. Don't get me wrong, I joined the community some years ago, because I think jenkins

Re: Problem during plugin release

2016-11-26 Thread Daniel Beck
> On 26.11.2016, at 20:54, Baptiste Mathus wrote: > > This is a wiki. Please feel free to fix outdated things. Or please, please, > tell us what is outdated. I'm curious which one is. > I think many pages should just be wiped out, or heavily shortened to keep the > really

Re: Problem during plugin release

2016-11-26 Thread Baptiste Mathus
This is a wiki. Please feel free to fix outdated things. Or please, please, tell us what is outdated. I'm curious which one is. I think many pages should just be wiped out, or heavily shortened to keep the really important things, but doing that takes time. If things are outdated then it's just to

Re: Problem during plugin release

2016-11-26 Thread Thomas Fürer
jep, but it is very hard to read the wiki, because lot of information is outdated and I could not find this post you linked; and I was able to release this plugin in the past and dont want to do the whole configuration again. Nevertheless I did it again and found the pices I need between alot of

Re: Problem during plugin release

2016-11-26 Thread Daniel Beck
So basically, what you did is what's described in https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-SettingUpEnvironment as merely 'helpful', with parts 'probably unnecessary'? Without this file, it didn't work? > On 26.11.2016, at 09:17, Thomas Fürer

Re: Problem during plugin release

2016-11-26 Thread Thomas Fürer
finally i did it. v1.8.0 of thinBackup is out now. Well, thot took some doing. What I've done: * upgrade to parent pom 2.11 (-> look at thinBackup @ github) * update the settings.xml temporary for this release and it looks like this one org.jenkins-ci.tools jenkins

Re: Problem during plugin release

2016-11-24 Thread Baptiste Mathus
401 or 403? Read Daniel's answer about it above if 401. You're probably missing something in your settings.xml or so. If possible, come over to IRC right now to get a bit more interactive. Ping batmat 2016-11-24 22:41 GMT+01:00 Martin Reinhardt : > having the same

Re: Problem during plugin release

2016-11-24 Thread Martin Reinhardt
having the same error Am Mittwoch, 23. November 2016 19:26:26 UTC+1 schrieb Thomas Fuerer: > > No, sorry. > I still get the error > [INFO] [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on > project thinBackup: Failed to deploy

Re: Problem during plugin release

2016-11-21 Thread Peter Tierno
On Wednesday, November 9, 2016 at 12:41:38 PM UTC-5, Thomas Fuerer wrote: > > it seams that I'm still not authorized to release thinBackup plugin. > > I hadded the missing information to the yaml file some days ago, but > still get the same error. > > have you resolved this? if so, how? im

Re: Problem during plugin release

2016-11-09 Thread Thomas Fürer
it seams that I'm still not authorized to release thinBackup plugin. I hadded the missing information to the yaml file some days ago, but still get the same error. Thomas Am 06.11.2016 um 11:05 schrieb Fritz Elfert: > Hi, > > You do not have permissions to release thinBackup (actually NOBODY

Re: Problem during plugin release

2016-11-06 Thread 'Bruno P. Kinoshita' via Jenkins Developers
Fürer <tfuerer.java...@gmail.com> > To: jenkinsci-dev@googlegroups.com > Sent: Monday, 7 November 2016 6:51 AM > Subject: Re: Problem during plugin release > > I have tried to execute these script but get an NullPointerException. > > I also have filed an Pull Request for my ch

Re: Problem during plugin release

2016-11-06 Thread Thomas Fürer
I have tried to execute these script but get an NullPointerException. I also have filed an Pull Request for my change. Maybe anyone from the infrastructure crew can add this. Thanks Thomas Am 06.11.2016 um 11:05 schrieb Fritz Elfert: > Hi, > > You do not have permissions to release

Re: Problem during plugin release

2016-11-06 Thread Daniel Beck
> On 06.11.2016, at 11:05, Fritz Elfert wrote: > > You do not have permissions to release thinBackup (actually NOBODY has). True, but that should result in 403 Forbidden, not 401 Unauthorized. It appears credentials are also not sent (although the pom appears to use the

Re: Problem during plugin release

2016-11-06 Thread Fritz Elfert
Hi, You do not have permissions to release thinBackup (actually NOBODY has). You can fix this yourself. Read the README here: https://github.com/jenkins-infra/repository-permissions-updater/ Cheers -Fritz On 06.11.2016 10:14, Thomas Fürer wrote: > Hi, > > I'm the maintainer of

Problem during plugin release

2016-11-06 Thread Thomas Fürer
Hi, I'm the maintainer of thinBackup-plugin and I want to release several commits. I tried it several time now with mvn release:prepare release:perform -Dusername=tofuatjava -Dpassword=... but I finally I get the error message [INFO] [ERROR] Failed to execute goal