you can see a sample build 
here: 
https://martinreinhardt-online.de/jenkins/job/rocketchatnotifier-plugin/job/develop/3/

Am Freitag, 18. November 2016 14:10:09 UTC+1 schrieb Martin Reinhardt:
>
> 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]> 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/a591083f-caaf-46a5-b1e5-d9024042adca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to