DevOps Cloud Academy
Jul 9, 2020 · Operations
Running Multiple Node.js Versions in CI with a Single Dockerfile and Jenkins
This guide demonstrates how to use a single Dockerfile and Jenkins to test a Node.js project against multiple Node versions in a CI pipeline, leveraging Docker build arguments, custom scripts, and volume caching to simplify environment management without installing numerous tools.
Build ArgsCIDockerfile
0 likes · 5 min read
