-
Task
-
Resolution: Not A Defect
-
Major
-
jenkins 2.0,git plugin 2.4.4, gitlab 8.8.7.
Jenkins can't use the Git plugin auto get the changes from gitlab( http://IP/xx.git) then trigger new build.
Now we need trigger the job by hand.
Does the git plugin didn't support the gitlab use http:// ? Or some other configuration can slove this problem.
The version of command line git you're using is too old for https credential support. You can either enable and use the JGit (pure java) implementation, or you can install a more recent version of command line git.
That output typically comes from a CentOS 5 or CentOS 6 machine where the default git version is too old to support full credentials.