-
Bug
-
Resolution: Fixed
-
Major
-
None
-
jenkins .401
After upgrading to latest jenkins .401 the post-build task deploy to maven repository has resurfaced:
Failed to transfer file: http://xxxx/nexus/content/repositories/snapshots/some/artifact-1.2-20110317.153602-23.pom. Return code is: 401
This worked before upgrading.
I put in the url to deploy to + the server id in settings.xml containing the credentials
- is duplicated by
-
JENKINS-9219 Cannot deploy Artifact to Artifactory !
-
- Resolved
-
-
JENKINS-9262 NullPointerException with "Deploy artifacts to Maven repository" post-build action
-
- Closed
-
Since the last Jenkins upgrade to 1.442, all our maven jobs
are failing during the post-build deploy to repository step. Nothing has changed in the maven configuration. The
repositoy manager (nexus) seems OK as I can still deploy artifacts when
running a mvn deploy on the same machine where Jenkins is running. Following is the "anonymized"
stacktrace of a failing jenkins job :
For the moment I found a work around to this problem by deactivating deploy to repository post-task and specifying deploy instead of install in the maven goal configuration input