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-manually We 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.jspa but 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> <id>maven.jenkins-ci.org</id> <username>bitbar</username> <password>PASSWORD</password> </server> I also have tried to encrypt maven password and use that but without success -- 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 jenkinsci-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/2f973eab-17f8-40d9-ab32-8345bb498c27n%40googlegroups.com.