I tried also adding my jenkins-ci credentials to setting.xml:

    <server>
      <id>repo.jenkins-ci.org</id>
      <privateKey>${user.home}/.ssh/id_dsa</privateKey>
      <username>mreinhardt</username>
      <password>...</password>
    </server>

Did I need to encrypt my password or can I use cleartext?

And because I have a different github username, as mentioned 
here 
https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Releasingtojenkinsci.org

I do the following

eval "$(ssh-agent -s)"
mvn deploy


But still getting 401. What I'm doing wrong?

Am Mittwoch, 16. November 2016 15:08:32 UTC+1 schrieb Daniel Beck:
>
>
> > On 16.11.2016, at 12:39, Robert Sandell <[email protected] 
> <javascript:>> wrote: 
> > 
> > There does not seem to be any permissions configured for that plugin 
> > 
> https://github.com/jenkins-infra/repository-permissions-updater/tree/master/permissions
>  
>
> In fact, there are: 
>
> https://github.com/jenkins-infra/repository-permissions-updater/blob/master/permissions/plugin-rocketchatnotifier.yml
>  
>
> Also, please note that 401 Unauthorized ≠ 403 Forbidden. 
>
>

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/69d81983-b517-4917-a338-83b9f37b5ece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to