Making Jenkins instances deployed over HTTPS work#7
Conversation
|
Great, thanks. I think the |
Making Jenkins instances deployed over HTTPS work
|
Can you provide some documentation on setting this up with Cloudbees? |
|
/cc @vivek |
|
Checkout my blog on how you can use your Janky setup with CloudBees DEV@cloud provisioned Jenkins: http://blog.cloudbees.com/2011/12/devcloud-meets-github-janky.html. Once we roll out procfile support, you can pretty much host entire Janky installation on CloudBees. |
|
I followed your blog to the T and the Janky instructions but I still On another note on cloudbees, if I set up the build with the gist's On Feb 10, 2012, at 11:20 AM, vivek
|
|
Try Janky 0.9.9 (just fresh) |
|
Right, the build created on CloudBees provisioned Jenkins will be of Key piece of CoudBees integration is that you setup JANKY_BUILDER_DEFAULT On Fri, Feb 10, 2012 at 12:34 PM, Ellis Berner <
|
|
@maletor Right, I missed the part of 'accept build via scripts' part. Thanks. |
|
Hey Vivek, Great post. Any idea if Cloudbees have rolled out procfile support support yet? Thanks >Once we roll out procfile support, you can pretty much host entire Janky installation on CloudBees. |
My Jenkins instance is running on CloudBees DEV@cloud, the Jenkins instance is available over HTTPS. There is bug in the Janky job_creator.rb where it fails to talk over https and hubot jenkins command shows this stack trace https://gist.github.com/1504508.
The fix is simple, for both exist? and run method, set http.use_ssl=true based on scheme. I verified this fix to work with Jenkins instance running over HTTPS.