JENKINS (Getting Started)


Jenkins Getting Started

An Automation software

Docker jenkins image - docker pull jenkins/jenkins

configuring docker image - make sure permissions for the jenkins_home folder have the same permissions that are mentioned in the documentation

(as of now using kali linux for learning jenkins)

Jenkins UI

Jenkins Job

  • Task == JOB

  • parameters in jenkins

  • console output reading

  • build with parameters/Normal Build

Jenkins && Docker

Jenkins + Ansible

Last updated