Bug 483820 - Git Plugin: Repository Not Configured Properly
Summary: Git Plugin: Repository Not Configured Properly
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Plugins (show other bugs)
Version: 3.2.2   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-07 11:00 EST by Michael Gilbode CLA
Modified: 2015-12-07 11:00 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gilbode CLA 2015-12-07 11:00:49 EST
When cloning git repository many settings missing.  No remotes are defined and the configuration is virutally non-existent.  Below are the outputs of some basic commands in a shell builder.

+ git remote
+ git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true

Job is configured as a freestyle job.  Git configuration is very basic, mostly defualts with the following additional settings:

Clean After Checkout: true
Fast Remote Polling: true
Use command line git to clone: true