Intro To Jenkins

Jenkins is an open source automation server which offers a lot of functionality out of the box combined with plugins that can usually accomplish what you need. Jenkins is easy to install and quickly get started with continuous integration. Jenkins has been in the game for a while and is quite trusted and battle tested as an automation tool.

Want to test it out locally very quickly using Docker? Run this to try the Blue Ocean Install of Jenkins:

docker run -u root --rm -p 8080:8080 -v jenkins-data:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock jenkinsci/blueocean

Read more about it here

Instagram Post