Problem context
- I have worked on jenkins where in installed jenkins war on linux machine and created jobs to interact with Git and deploy code
- Racnher cluster is configured with three nodes rancher,master,worker
Questions ?
- Now to setup jenkins do i need to install jenkins war separatly (java -jar jenkins.war) on same/any other VM and use the jenkins jobs to deploy containers on rancher cluster ??
- Is there any easiest way ?
Please help