How to automate github branch deployment using Jenkins

Viewed 18

In my org, currently we are deploying the branches manually.

the steps are

  1. tsh login "my auth details"
  2. tsh ssh myusername@server
  3. sudo su
  4. 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 ?

0 Answers
Related