Hi,
We are currently experiencing isssues with realsing plugin with the use of
maven-release-plugin. Last time we did that 2 years ago and now when we use the same credentials, we are encountering 401 unauthorized error
[INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project testdroid-run-in-cloud: Failed to deploy artifacts: Could not transfer artifact testdroid:testdroid-run-in-cloud:pom:3.22.4 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): status code: 401, reason phrase: (401) -> [Help 1]As documentation says
https://www.jenkins.io/doc/developer/publishing/releasing-manuallyWe have reset password in
https://accounts.jenkins.io/ and as documantation says it's an
LDAP account.
Password reset works and I can get access to:
-
https://accounts.jenkins.io/-
https://issues.jenkins.io/secure/Dashboard.jspabut I can't get to artifactory -
https://repo.jenkins-ci.org/ui/ (No access before password reset too)
We were expecting the password reset to apply to the artifactory as well, but it seems that it hasn't taken effect in that location.my maven settings
<server>
<username>bitbar</username>
<password>PASSWORD</password>
</server>
I also have tried to encrypt maven password and use that but without success