Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-26 Thread Slide
Great, glad things are working for you. I haven't used the method with Artifactory, so I didn't know if it worked or not :) On Tue, May 26, 2020 at 7:32 AM Tyler Camp wrote: > Mez and slide, the password provided by artifactory did end up working. I > tried the encryption method that you

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-26 Thread Tyler Camp
Mez and slide, the password provided by artifactory did end up working. I tried the encryption method that you mentioned, slide, and got a password significantly different from artifactory that did not work. Thank you for your suggestion Daniel, after making that change (leftover from very old

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-23 Thread Daniel Beck
If your plugin overrides the distributionManagement, as in https://github.com/jenkinsci/codedx-plugin/blob/d56180188ae138677f09214f57c1b8d840375477/pom.xml#L70-L75 our instructions no longer apply. In this case, it is named 'repo.jenkins-ci.org', not the default 'maven.jenkins-ci.org', so the

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-23 Thread Mez Pahlan
>though if your instructions do fix the issue then jenkins documentation is >incorrect: "Log in to Artifactory, and from your profile, obtain the encrypted >password." I've recently changed laptops and have had to re setup my environment and obtained the encrypted password correctly using

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-22 Thread Tyler Camp
I just did a system reset so I'll try that later, though if your instructions do fix the issue then jenkins documentation is incorrect: "Log in to Artifactory, and from your profile, obtain the *encrypted password*." On Friday, May 22, 2020 at 7:06:16 PM UTC-4, slide wrote: > > I think you need

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-22 Thread Slide
I think you need to follow this howto for getting the correct encrypted password for the settings.xml. https://www.roytuts.com/encrypt-user-passwords-in-maven-settings/ On Fri, May 22, 2020 at 4:01 PM Tyler Camp wrote: > Yes, I've double-checked everything on that list before posting here.

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-22 Thread Tyler Camp
Yes, I've double-checked everything on that list before posting here. This is my first time performing a release. On Friday, May 22, 2020 at 5:11:17 PM UTC-4, slide wrote: > > Can you take a quick look at this page and make sure you have everything > covered?

Re: Unable to perform plugin release to repo.jenkins-ci.org

2020-05-22 Thread Slide
Can you take a quick look at this page and make sure you have everything covered? https://www.jenkins.io/doc/developer/publishing/releasing/ . Have you released before? On Fri, May 22, 2020 at 10:30 AM Tyler Camp wrote:

Unable to perform plugin release to repo.jenkins-ci.org

2020-05-22 Thread Tyler Camp
I’m attempting to release the latest Code Dx plugin ( https://github.com/jenkinsci/codedx-plugin) but am getting HTTP 401 responses when running `mvn release:perform`. Parent POM is latest at 4.2, and I have my maven settings at `C:/Users/algor/.m2/settings.xml` containing: