Skip to content

401 from repo.jenkins-ci.org #3685

@tomasbjerre

Description

@tomasbjerre

Type(s) of account issue

Other (please describe in the summary below)

Summary

I was unable to release my plugin:
https://github.com/jenkinsci/generic-webhook-trigger-plugin/blob/master/release.sh

[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project generic-webhook-trigger: Failed to deploy artifacts: Could not transfer artifact org.jenkins-ci.plugins:generic-webhook-trigger:pom:1.86.6 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases): authentication failed for https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/generic-webhook-trigger/1.86.6/generic-webhook-trigger-1.86.6.pom, status: 401 Unauthorized -> [Help 1]

Tried the curl command, gave me 401:

curl -u "tomasbjerre:X" https://repo.jenkins-ci.org/setup/settings.xml
{
"errors" : [ {
"status" : 401,
"message" : "Bad credentials"
} ]

Logged on to https://accounts.jenkins.io/myself/ and changed the password, still same with the curl command.

Temporary problem?

jenkins.io account username

tomasbjerre

jenkins.io account email

tomas.bjerre85@gmail.com

Which URL are you trying to login at?

https://repo.jenkins-ci.org/setup/settings.xml

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions