Posts

Kubernetes Jenkins Integration

Image
Task Description   1.     Create container image that has Jenkins installed using DockerFile or Jenkins server can be used on RHEL8.   2.     When we launch this image, it should automatically start Jenkins service in the container.   3.     Create a job chain create a Job chain of Job1, Job2, Job3 and Job4 using build pipeline plugin in Jenkins.   a.     Job1 – Pull the Github repo automatically when some developers push repo in github. b.    Job2 –                                                    i.      By looking at the code or program file. Jenkins should automatically start the respective language interpreter ...