In my org, currently we are deploying the branches manually.
the steps are
- tsh login "my auth details"
- tsh ssh myusername@server
- sudo su
- run_command
this gives me a list of options like, branch , env etc. then the deployments starts. I was told this can be automated using jenkins. But I am not sure how and where to start.
Can anybody help in pointing out the resources from where I can learn about this and implement ?