Jenkins and git

503 Views Asked by At

I am using Jenkins for my test system automation. I am using git plugin. All is working well except one thing.

When I push something in my branch, Jenkins launches my tests etc. But when I click on Console output at the beginning it says "Started by GitHub push by" two times without given to me the guy who pushed (me).

Why "Started by GitHub push by" is present two times?
And how can I just have it one time with the name of the guy who pushed?
When I click on Changes I can see the commit ID and my username is present.

2

There are 2 best solutions below

0
On

For using git scm in jenkins you should install 2 pludings.

Git and Git client

Install git client plugin before installing git plugin.

0
On

For me, I am using a hook to trigger a build.