Yes there are maven configurations for the jenkins user. It works when building a project, for example with "clean deploy".
But while writing this, I have an idea: we specity the maven global settings with the gs flag, I think the release plugin is not called with this. Thank you 2012/7/16 吴亭 <[email protected]>: > Jenkins user is not the same user with your user. > > Pls check the auth for your jenkins user. > > > 2012/7/16 Erik <[email protected]> >> >> >> 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 > >
