Hi, I'm trying to deploy my plugin (testrail-plugin) to the Jenkins Artifactory and keep getting 401s.
I get the following error http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:18 min [INFO] Finished at: 2017-04-16T08:46:35-05:00 [INFO] Final Memory: 67M/372M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project testrail: Failed to deploy artifacts: Could not transfer artifact org.jenkinsci.plugins:testrail:hpi:1.0.5 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): Failed to transfer file: https://repo.jenkins-ci.org/releases/org/jenkinsci/plugins/testrail/1.0.5/testrail-1.0.5.hpi. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1]http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException I've tried everything suggested in the wiki to resolve this issue. I made sure my permissions are setup correctly in the repository-permissions-updater (and my PR was approved). I've triple checked that my ssh keys are correctly setup and my git credentials are all correct. I'm at a loss at this point. I would appreciate any help you could render. If required, I can produce my effective-pom -- 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/bd845af9-c71f-443f-afd6-a396af94afa7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
