Re: Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Mark Waite
Because you have probably not configured the git executable in Jenkins, or possibly you chose to install Git without making git available from the command line. If you installed without making git available from the command line, then you'll need to provide the absolute path to the git

Re: Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Sathish M
I am getting like this when I include SSH credential.why? On Thursday, January 12, 2017 at 10:34:33 AM UTC+5:30, Mark Waite wrote: > > You're using an scp / ssh

Re: Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Mark Waite
You're using an scp / ssh connection, but seem to be hinting that you may be using a username / password credential. If you're using an scp / ssh connection, then you need to use a private key credential. If a username / password credential is required, then you'll need to use https to connect

Re: Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Sathish M
Yeah okay, In Github, I have created an account in GitHub. In Jenkins, I added the needed Github plugins into my jenkins. And I added the credentials for my GitHub account and also the api credentials. And I tested the connection in manage jenkins->configuresystem. It

Re: Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Ramanathan Muthaiah
On Wednesday, January 11, 2017 at 2:45:26 PM UTC+5:30, Sathish M wrote: > > I am new to Jenkins. I've been learning it by myself, as of now I know to > create a job & build it when my source code is in my local system. Now I am > trying to work the same from Jenkins. I've been trying it but I

Having problem in importing the code from Github to Jenkins.

2017-01-11 Thread Sathish M
I am new to Jenkins. I've been learning it by myself, as of now I know to create a job & build it when my source code is in my local system. Now I am trying to work the same from Jenkins. I've been trying it but I can't get that. Can you help me to work here with Github. -- You received this