Praqma / JenkinsAsCodeReference

This repository is intended for the reference Jenkins configuration as code as well as JobDSL library
BSD 3-Clause "New" or "Revised" License
142 stars 110 forks source link

Decouple host JAVA_OPTS from container JAVA_OPTS #205

Closed phoenikz closed 6 years ago

phoenikz commented 6 years ago

Adding JAVA_PROXY variable to provide to docker image build, so that when container is host for new image build, the JAVA_PROXY variable will be added to JAVA_OPTS instead of host's JAVA_OPTS, keeping control of the JAVA_OPTS in the Dockerfile

Solution to #204