Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Based on Git error message above, I assume you can't be authenticated. Did you add the CloudBees public SSH key on GitHub as described <a href="http://wiki.cloudbees.com/bin/view/DEV/How+to+use+Private+GitHub+Repositories+with+CloudBees" rel="nofollow">here</a>?</p> <p><strong>Clarification by OP</strong></p> <p>The image referenced in the question seemed to suggest that one puts a public key from GitHub into CloudBees. But actually it is the other way round, and also all the labels seem to be changed, so it is kind of difficult to match that screenshot to what you see in CloudBees.</p> <p>So what I did is this: </p> <ul> <li><p>in the Job configuration at Cloudbees there is a Public Key (generated by CloudBee). I it in the <code>CloudBees DEV@cloud Authorization</code> section and labeled <code>CloudBees Public Key</code>. Copy that Key.</p></li> <li><p>Hop over to GitHub and go to <code>Settings &gt; Deploy Keys</code>. Add the key there.</p></li> <li><p>go to <code>Settings &gt; Service Hooks &gt; WebHook URLs</code>. Click on the test button. You are not going to see much on the GitHub side.</p></li> <li><p>Hop back to CloudBees Jenkins. From the main page of the job go to the ´GitHub Hook Log´. There you should see something like:</p> <pre><code>Started on Mar 15, 2013 8:55:14 AM Using strategy: Default [poll] Last Built Revision: Revision 581acde89a62317fd8dabaa3f4c6025d1c9dd413 (origin/master) Fetching changes from the remote Git repositories Polling for changes in Done. Took 0.34 sec Changes found </code></pre> <p>And your job should start.</p> <p>If the last line says <code>No Changes</code> this means the hook worked, but you already build the current version so the build is not triggered again.</p></li> <li><p>If you still have problems, have look at <a href="https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GitHubPlugin-TriggerabuildwhenachangeispushedtoGitHub" rel="nofollow">https://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin#GitHubPlugin-TriggerabuildwhenachangeispushedtoGitHub</a> under 'trouble shooting' it tells you how to set up logging on the jenkins side. With this I get all kind of stuff in the Jenkins SystemLog. </p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload