Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Jenkins and Docker

When Jenkins runs a sh or bat step, it's executing programs that are installed on its host computer. We've focused on Java applications so far, mostly because we know that if you're running Jenkins, you must have Java installed. But what if you want to test a Node.js app? Or apps written for .Net, Python, or other languages/frameworks? What if your app uses a database like Postgresql or Mys...