Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 476 Bytes

jenkins-devops

Use Jenkins the DevOps way. Automate your Jenkins jobs by using Jenkins Pipelines, Docker, and the Jenkins Job DSLUse Jenkins the DevOps way. Automate your Jenkins jobs by using Jenkins Pipelines, Docker, and the Jenkins Job DSL.

Infrastructure

  • Jenkins runs on a Docker container with access to the Docker socket
  • There is a Pipeline which runs the build job for the Node.js app
  • The app runs also on Docker
  • Several integrations with plugins