Re: Jenkins List Files of Git Branch

2019-10-11 Thread Ajay Sharma
Hi Mark, Let me check for the GITHUB REST API's. Thanks for the reply. On Saturday, October 12, 2019 at 4:12:14 AM UTC+5:30, Mark Waite wrote: > > The git ls-remote command is not allowed to list remote files, only remote > references (branches and tags). > > Git providers (GitHub, Bitbucket,

Re: Jenkins List Files of Git Branch

2019-10-11 Thread Mark Waite
The git ls-remote command is not allowed to list remote files, only remote references (branches and tags). Git providers (GitHub, Bitbucket, Gitea, Assembla, Beanstalk, Gitlab, etc.) generally provide one or more REST API's that will list remote files in a branch. On Thursday, October 10,