Any thoughts on why the redirect would not be working on the Jenkins Update Center for the Threadfix plugin? Below is the exception, I have tested this out on a couple of machines with the same exception being thrown.
Jun 26, 2014 11:36:56 AM hudson.model.UpdateCenter$DownloadJob run INFO: Starting the installation of ThreadFix Plugin on behalf of anonymous Jun 26, 2014 11:36:56 AM hudson.model.UpdateCenter$DownloadJob run SEVERE: Failed to install ThreadFix Plugin hudson.util.IOException2: Failed to download from http://updates.jenkins-ci.org/download/plugins/threadfix/1.4.2/threadfix.hpi (redirected to: http://msbc81/?cfru=aHR0cDovL3VwZGF0ZXMuamVua2lucy1jaS5vcmcvZG93bmxvYWQvcGx1Z2lucy90aHJlYWRmaXgvMS40LjIvdGhyZWFkZml4LmhwaQ==) at hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:791) at hudson.model.UpdateCenter$DownloadJob._run(UpdateCenter.java:1138) at hudson.model.UpdateCenter$InstallationJob._run(UpdateCenter.java:1298) at hudson.model.UpdateCenter$DownloadJob.run(UpdateCenter.java:1116) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104) at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://msbc81/?cfru=aHR0cDovL3VwZGF0ZXMuamVua2lucy1jaS5vcmcvZG93bmxvYWQvcGx1Z2lucy90aHJlYWRmaXgvMS40LjIvdGhyZWFkZml4LmhwaQ== On Wednesday, June 25, 2014 12:18:49 PM UTC-5, Oleg Nenashev wrote: > > Useful links: > > - > > https://groups.google.com/forum/#!searchin/jenkinsci-dev/release$20snapshot/jenkinsci-dev/Dt0c8aDGnd8/CecSZVI4ykcJ > - > > https://groups.google.com/forum/#!searchin/jenkinsci-dev/release$20snapshot/jenkinsci-dev/qkmbl3HrYgk/TBdhCTUGZgEJ > > BTW, a description in the Known Issues section on JIRA would be useful... > > > среда, 25 июня 2014 г., 20:27:03 UTC+4 пользователь Brandon Spruth написал: >> >> 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.
