Posts

Showing posts from July, 2020

Groovy DSL Jenkins File Approch

Image
Task Description 1.     Create container image that has Jenkins installed using Docker file or you can use Jenkins server on RHEL 8.   2.     When we launch this image it should automatically start Jenkins service in the container.   3.     Create a Job chain of Job1, Job2, Job3 and Job4 using build pipeline plugin in Jenkins.   4.     Further on Jobs should be pipeline using writing code using groovy language by the developer. a.     JOB1 –                                                    i.      By looking at the code or program file, Jenkins should automatically start the respective language interpreter install...