Re: Can't maven release my plugin - 401 on upload to repo.jenkins-ci.org

2016-03-02 Thread 'Dan Alvizu' via Jenkins Developers
Here's the JIRA ticket in case anyone else has the same issue (401 uploading to artifactory) https://issues.jenkins-ci.org/browse/INFRA-588 On Tuesday, March 1, 2016 at 1:51:10 PM UTC-7, Dan Alvizu wrote: > > Hi, > > I'm trying to do a third release of my plugin - I haven't changed my maven >

Re: Can't maven release my plugin - 401 on upload to repo.jenkins-ci.org

2016-03-01 Thread Daniel Beck
On 01.03.2016, at 23:16, 'Dan Alvizu' via Jenkins Developers wrote: > I'm able to upload my artifact to SNAPSHOT in the artifactory UI. I'm also > storing my password in cleartext in my settings.xml -- is it possible an > artifactory setting changed to require encrypted passwords? That config

Re: Can't maven release my plugin - 401 on upload to repo.jenkins-ci.org

2016-03-01 Thread 'Dan Alvizu' via Jenkins Developers
I'm able to upload my artifact to SNAPSHOT in the artifactory UI. I'm also storing my password in cleartext in my settings.xml -- is it possible an artifactory setting changed to require encrypted passwords? That config would be here: https://www.jfrog.com/confluence/display/RTF/Centrally+Secur

Can't maven release my plugin - 401 on upload to repo.jenkins-ci.org

2016-03-01 Thread 'Dan Alvizu' via Jenkins Developers
Hi, I'm trying to do a third release of my plugin - I haven't changed my maven config or password since then and I am now getting a 401 error attempting to upload: ``` [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.6:deploy (default-deploy) on project ji