Hello,
I am just getting started with Jenkins (as of today).
My first task is to clone a number of git repositories into my workspace.
In the past I have used a bash script to clone all the repositories using a specific branch that is supplied on the command-line.
What is the “best” way to get started? I will be adding steps to this process to build each repository and run automated tests as well.
Any tips on how best to get started would be appreciated.
Thanks,
Don
--
Thank you, Don
Don Raikes | Accessibility Specialist / Security POC
Phone: +5205744033 | VOIP: +5205744033
Oracle App Development Framework
9070 South Rita Road Suite 1950 | Tucson, Arizona 85747
Oracle is committed to developing practices and products that help protect the environment |
My first task is to clone a number of git repositories into my workspace.In the past I have used a bash script to clone all the repositories using a specific branch that is supplied on the command-line.
What is the “best” way to get started? I will be adding steps to this process to build each repository and run automated tests as well.