I am attempting to get my plugin available on https://updates.jenkins-ci.org/update-center.json. However, I am only successful with pushing to snapshots not releases (http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkins-ci/plugins/threadfix). Any guidance to push to releases would be appreciated.
Below is my snapshot URL. http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/threadfix/1.1-SNAPSHOT/threadfix-1.1-2014025.153550-2.hpi The command I ran in interactive mode was as follows: mvn release:prepare release:perform ... What is the release version for "ThreadFix Plugin"? (org.jenkins-ci.plugins:threadfix) 1.1: : What is SCM release tag or label for "ThreadFix Plugin"? (org.jenkins-ci.plugins:threadfix) threadfix-1.1: : threadfix Double checked my pom below with "mvn help:effective-pom" ... <distributionManagement> <repository> <id>maven.jenkins-ci.org</id> <url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url> </repository> ... On Saturday, June 21, 2014 4:07:13 PM UTC-5, Brandon Spruth wrote: > > I wish to publish a new Jenkins plugin for ThreadFix. My ID is > automationdomination for jenkins-ci.org and the plugin source will be > located here https://github.com/automationdomination/threadfix-plugin. I > plan on publishing within a couple of days if possible? > -- 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]. For more options, visit https://groups.google.com/d/optout.
