Deepmatrix_Docs

Jenkins installation on GCP

Link

Commands

After installing jenkins change the port tag by using edit option….and change it to 8080


Jenkins pipeline build trigger on github push

Link

To open dashboard :(external_IP of instance)/port

eg=>http://35.193.3.249:8080/


Jenkins Pipeline

  • Create a new pipeline
  • Add github repo url
  • Select GitHub hook trigger for GITScm polling
  • Select GIT SCM option ,add url and add the branch
  • Add the Jenkinsfile path