Hi, I'm using Jenkins and the plugin GitHub plugin 1.5. On Github i have an organisation account and i've two project i want to deploy on push on github.
But with an organisation i have to create one ssh key per project. And edit ssh configuration to use the 2 key according to the projet. And then i have this config on $JENKINS_HOME/.ssh/config to use the 2nd key with the 2nd project : Host github-project2 HostName github.com User git IdentityFile ~/.ssh/id_rsa_project2 the 2 jobs on Jenkins work well and when i want to test the hook (with the interface on Github or with a push) the first project build automatically but the 2nd doesn't start. I have this log, the first request was linked to the job but not the second : mars 13, 2013 6:27:28 PM com.cloudbees.jenkins.GitHubWebHook processGitHubPayload Infos: Received POST for https://github.com/ORGANISATION/PROJECT2 mars 13, 2013 6:27:19 PM com.cloudbees.jenkins.GitHubWebHook processGitHubPayload Infos: Poked BuildAndLunchPROJECT1 mars 13, 2013 6:27:19 PM com.cloudbees.jenkins.GitHubWebHook processGitHubPayload Infos: Received POST for https://github.com/ORGANISATION/PROJECT1 In my opinion there is a problem with the configuration : git@github-project2:ORGANISATION/project2.git And maybe the github plugin doesn't manage this configuration. If someone have already the same situation or an idea ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
