Hi, I have a Problem with the release plugin and hope you can help.
we have jenkins 1.4.7.2 and release plugin 0.9.1 we also use Subversion and Artifactory. When I try to do a release build, I get the following error when maven wants to download śome artifacts (for example the maven-release-manager-2.3.2.jar): Authorization failed: Access denied In the artifactory logfiles I can see, that "non_authenticated_user" tries to download these artifacts. I can do normal maven builds in jenkins, then the user in the artifactory-logfiles is "jenkins", as it should be (can download and deploy artifacts). The maven release plugin works when I call it directly (without jenkins). Do you have any Idea why the jenkins-user is not used by the release-plugin? Thank you