Awesome! Thank you so much for the help. That looks like it worked, so I'll let some time pass and see if it shows up.
I looked into fixing this so that other don't run into this issue. Looks like we just need to update org.jenkins-ci.plugins:plugin:1.575 to use org.jenkins-ci:jenkins:1.34 instead of org.jenkins-ci:jenkins:1.33. It looks like this change has already been made and so hopefully once the next version of the plugin is released this will no longer be an issue. Thanks again, -Ben On Sat, Aug 9, 2014 at 12:03 PM, 'Bruno P. Kinoshita' via Jenkins Developers <[email protected]> wrote: > Hi Ben, > > I think your plugin was uploaded to the snapshot repository. > > Take a look at any of this previous threads > > https://groups.google.com/d/msg/jenkinsci-dev/qkmbl3HrYgk/dWnVU7-nTjoJ > > https://groups.google.com/forum/#!searchin/jenkinsci-dev/snapshot/jenkinsci-dev/fyxXO0HXrGc/r1KYltnfzesJ > > Hope that helps > Bruno > > ------------------------------ > *From:* Ben McCann <[email protected]> > *To:* [email protected] > *Sent:* Saturday, August 9, 2014 3:56 PM > *Subject:* Re: New Plugin: SAML Plugin > > I don't see my plugin yet in the two sites mentioned on the wiki. It's > been almost 24 hours and it said they should show up within 6, so I think > somethings wrong. > http://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/ > http://repo.jenkins-ci.org/releases/org/jvnet/hudson/plugins/ > > When I ran "mvn release:prepare release:perform" it uploaded the files and > I can download them all: > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/saml-0.1-20140808.222605-1.hpi > (11269 KB at 581.9 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/saml-0.1-20140808.222605-1.pom > (3 KB at 4.5 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/maven-metadata.xml > (770 B at 1.7 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/maven-metadata.xml > (318 B at 0.5 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/saml-0.1-20140808.222605-1.jar > (16 KB at 18.1 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/maven-metadata.xml > (941 B at 1.8 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/saml-0.1-20140808.222605-1-sources.jar > (9 KB at 10.9 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/maven-metadata.xml > (2 KB at 2.1 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/saml-0.1-20140808.222605-1-javadoc.jar > (60 KB at 61.9 KB/sec) > [INFO] Uploaded: > http://maven.jenkins-ci.org:8081/content/repositories/snapshots/org/jenkins-ci/plugins/saml/0.1-SNAPSHOT/maven-metadata.xml > (2 KB at 2.5 KB/sec) > > Any suggestions? > > Thanks, > Ben > > > > > On Sat, Aug 9, 2014 at 11:46 AM, Ben McCann <[email protected]> wrote: > > I just filed two bugs for the https issue. I have to say I am quite > concerned this is an issue and that there are over 50 open items listed as > critical security issues in the bug tracker. > https://issues.jenkins-ci.org/browse/JENKINS-24190 > https://issues.jenkins-ci.org/browse/JENKINS-24191 > > > > > > On Fri, Aug 8, 2014 at 4:00 PM, Ben McCann <[email protected]> wrote: > > Great! Thank you so much. > > I've made the changes you've requested and released 0.1. I think... It's > not showing up yet as available for download and the wiki > <https://wiki.jenkins-ci.org/display/JENKINS/SAML+Plugin> still says No > Information For This Plugin. Perhaps it just takes awhile to appear due to > some caching or something > > Is there anything I should do to have the plugin listed here: > https://wiki.jenkins-ci.org/display/JENKINS/Plugins ? It looks like it > has to be tagged as a user plugin, but I'm not sure where those tags are > managed. > > Btw, it seems like not a great idea that the update site is > http://updates.jenkins-ci.org/update-center.json. That seems like > something that should really, really have HTTPS enabled on it. > > Thanks! > Ben > > > > > > On Fri, Aug 8, 2014 at 1:07 PM, Christopher Orr <[email protected]> wrote: > > Hi there, > > Your plugin has been cloned here, and the GitHub ID you mentioned also has > commit access: > https://github.com/jenkinsci/saml-plugin > > If you could follow convention and remove the "-plugin" suffix from the > artifactId in pom.xml, that would be great. The URL to the licence would > also need to be changed (not that it's usually necessary, AFAIK). > > Also the "All rights reserved" comments to your company in the source > files seems like it maybe conflicts with the fact that the code is meant to > be Apache licensed? (Not that I'm a lawyer) > > In any case, you just need to follow the steps here to make a release: > https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins > > Welcome aboard :) > > Regards, > Chris > > > > On 08/08/2014 07:20 PM, Ben McCann wrote: > > Hi, > > Any thoughts on this? > > Thanks, > Ben > > On Aug 7, 2014 11:54 AM, "Ben McCann" <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > Just wanted to follow up on this and see if there was anything I > needed to do to have this downloadable from the Jenkins plugin > registry. There's no plugin currently supporting SAML 2.0, so I > think this will be a very helpful addition. > > Thanks, > Ben > > > > > On Wed, Aug 6, 2014 at 1:35 PM, Ben McCann > <[email protected] <mailto:[email protected]>> > > wrote: > > Hi, > > I created a SAML 2.0 Authentication plugin: > https://github.com/connectifier/jenkins-saml-plugin > > My GitHub ID is benmccann > > Thanks, > Ben > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jenkinsci-dev/M4DrLUhpUSk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > > > -- > about.me/benmccann > > > > > -- > about.me/benmccann > > > > > -- > about.me/benmccann > -- > 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. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/M4DrLUhpUSk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- about.me/benmccann -- 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.
