On Wed, Jun 22, 2022 at 4:43 PM Philip Madden <[email protected]> wrote:
> Plugin: https://github.com/jenkinsci/hashicorp-vault-pipeline-plugin > Release Tag: > https://github.com/jenkinsci/hashicorp-vault-pipeline-plugin/tree/hashicorp-vault-pipeline-1.4 > maven version: 3.8.4 > > After following the instructions here > <https://www.jenkins.io/doc/developer/publishing/releasing-manually/,>, > i'm currently receiving a 401 unauthorized error when attempting to run mvn > release:perform from my new machine. > > I can confirm i can log into artifactory (https://repo.jenkins-ci.org) as > I used this to generate my maven settings file (I have tried both encrypted > and plain text passwords in my .m2/settings.xml file) but I am unable to > publish artifacts. > 401 means your Maven settings are wrong, unrelated to plugin release permissions. (You can also confirm by trying to `mvn deploy` a snapshot, there's no permission requirement for that.) Which of the strategies on the linked docs page did you use to obtain your settings.xml files? Did you try the other option to see whether the result is different? -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7Pt%2B9cQkAHLCJObq66T9aQ0-g-BHA_pz1HpKaym%3DWGtrq2g%40mail.gmail.com.
