Re: Connecting Jenkins to GitHub

2018-10-30 Thread Mark Waite
If Jenkins is running under your user id and the GitHub repository URL is using SSH and you're using command line git as the git implementation, then command line git fallback to use your default ssh private key. That's a behavior of command line git more than a behavior of Jenkins. If Jenkins

Re: Connecting Jenkins to GitHub

2018-10-29 Thread HB
Thank you. After installing the GitHub integration plugin and watching the video, I was able to create a project just as in the video. My GitHub repository contains only the README.md file as well, however the difference is that my repo is private. The item I create to my private repo on

Re: Connecting Jenkins to GitHub

2018-10-28 Thread sagar utekar
Hi, Search for a GitHub integration plugin. Here is a YouTube video link you can refer - https://youtu.be/Z3S2gMBUkBo Thank you. On Mon, 29 Oct 2018, 08:55 HB, wrote: > Thank you for the reply. I am not seeing 'gith' plugin, is that short for > a plugin? Here are the plugins that I have

Re: Connecting Jenkins to GitHub

2018-10-28 Thread HB
Thank you for the reply. I am not seeing 'gith' plugin, is that short for a plugin? Here are the plugins that I have installed referring to git and ssh: Git client plugin 2.7.3 Git plugin 3.9.1 GIT server Plugin 1.7 GitHub API Plugin 1.92 GitHub Branch Source Plugin 2.4.1 GitHub plugin

Re: Connecting Jenkins to GitHub

2018-10-28 Thread Robert Rajendra
To integrate Jenkins with github. You need to install gith , github plugins with ssh plugin you can read the docs regarding these and get the work done On Mon, 29 Oct 2018, 3:06 am HB, wrote: > All, > > I am completely new to Jenkins but am tasked with getting a working > environment up and

Connecting Jenkins to GitHub

2018-10-28 Thread HB
All, I am completely new to Jenkins but am tasked with getting a working environment up and running. Everything appears to running well as follows: RHEL 7.5 Jenkins ver 2.148 Installed using the below yum repo: [jenkins] name=Jenkins baseurl=http://pkg.jenkins.io/redhat gpgcheck=1 I have it