Use environment variables in blueocean without them commiting to git repo – CentOS
When I run a docker container with docker run docker run -d --memory=100m --cpus=0.5 -e SECRENT_ENV=$SECRET_ENV -e name=name --network=nginx-proxy image-name via blueocean in jenkins and set an environment variable inside blue ocean SECRET_ENV=SECRET_DATA the environment variable is committed to the…