Skip to content

Commit

Permalink
add explanations for 403 Forbidden (#5558)
Browse files Browse the repository at this point in the history
* add explanations for `403 Forbidden`

* Phrasing improvement

Co-authored-by: Kevin Martens <[email protected]>

Co-authored-by: Mark Waite <[email protected]>
Co-authored-by: Kevin Martens <[email protected]>
  • Loading branch information
3 people authored Oct 6, 2022
1 parent 64f83ee commit 492ca5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/doc/developer/publishing/releasing-cd.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,16 @@ This normally means that the secrets configured in the repository have expired,

Alternatively you can temporarily update the secrets yourself with your own personal credentials.

=== The upload to the Maven repository fails with "403 Forbidden"

The two most common explanations for this error are:

* You don't have permission to upload to the specified path.
link:../requesting-hosting/#request-upload-permissions[Learn more about how to request upload permissions].
Check that the path you're allowed to upload to matches the actual upload attempt (i.e. no typos).
* The specified release already exists and you try to overwrite it.
We do not allow replacing existing releases.

=== Further troubleshooting help

If none of the provided solutions help, send an email to the link:/mailing-lists[Jenkins developers mailing list] and explain what you did, and how it failed.

0 comments on commit 492ca5a

Please sign in to comment.