Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] Github credentials not accepted for JMS bot

Could it perhaps be that the username or email of the bot is wrong?

I now have:

# Setup jms-bot account information
git config --global user.email "jms-bot@xxxxxxxxxxx"
git config --global user.name "jms-bot"






On Mon, Oct 8, 2018 at 8:25 PM arjan tijms <arjan.tijms@xxxxxxxxx> wrote:
Hi,

I did, but still the same problem:

On branch 2.0.1 nothing to commit, working tree clean
+ '[' false = true ']'
+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 2.0.1
Permission denied (publickey).
fatal: Could not read from remote repository.

On Mon, Oct 8, 2018 at 6:01 PM Mikaël Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> wrote:
(I've re-deployed the SSH credentials, please try again).

Mikaël Barbero 
Team Lead - Release Engineering | Eclipse Foundation
📱 (+33) 642 028 039 | 🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

Le 8 oct. 2018 à 18:53, Mikaël Barbero <mikael.barbero@xxxxxxxxxxxxxxxxxxxxxx> a écrit :

Hi,

Please open a ticket https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Community&component=CI-Jenkins to track the resolution of the issue.

In the meantime, I'll have a look.

Thanks.

Mikaël Barbero 
Team Lead - Release Engineering | Eclipse Foundation
📱 (+33) 642 028 039 | 🐦 @mikbarbero
Eclipse Foundation: The Platform for Open Innovation and Collaboration

Le 8 oct. 2018 à 18:45, arjan tijms <arjan.tijms@xxxxxxxxx> a écrit :

Hi,

I've got the JMS-API job mostly working, but in the end I get this particular error:

+ echo On branch 2.0.1 nothing to commit, working tree clean
On branch 2.0.1 nothing to commit, working tree clean
+ '[' false = true ']'
+ echo '-[ Push branch and tag to GitHub ]----------------------------------------------'
-[ Push branch and tag to GitHub ]----------------------------------------------
+ git push origin 2.0.1
Permission denied (publickey).
fatal: Could not read from remote repository.


In the "Source Come management" -> "Git" section, Repository URL is set to git@xxxxxxxxxx:eclipse-ee4j/jms-api.git and Credentials to the provided "kms-bot" (the only one selectable).

See attached screenshot.

Any suggestions why this would not be working?

Kind regards,
Arjan


<jms-api-git.png>_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-build


_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-build

Back to the top