Member-only story
One of the easiest ways to build and run Javascript applications for testing before the production stage: Using the “Docker Plugin” as an agent in Jenkins.
In this article, we will see how to use the Docker plugin in Jenkins, which is the easiest way to build Javascript applications using Yarn or run Java scripts using NodeJs, step by step. It will allow us to build or run the Javascript code on the containers that will be created without the need for Docker settings, and without typing a Docker file. Easily and effortlessly.
7 min readJun 11, 2023
Topics we will cover:
2. Installing the Docker plugin.
3. Preparing the Jenkins file to use in the Jenkins pipeline