Relative Content

Tag Archive for node.jsdockerjenkinsjenkins-pipelinejenkins-groovy

Issue in Jenkins Pipeline

I’m in the process of migrating my CI/CD pipeline from GitHub Actions to Jenkins. I’ve set up the Jenkins server and configured Git. My current project is built with Node.js and uses numerous environment variables, which are stored in a .env file. I’ve uploaded these variables as secrets in Jenkins credentials and am trying to access them in my Jenkins pipeline.