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

Slave container gets JAVA_PROXY in environment #217

Closed phoenikz closed 6 years ago

phoenikz commented 6 years ago

For the decoupling of JAVA_OPT and JAVA_PROXY to work with the jenkins-as-a-code pipeline job to rebuild the docker images, the slave need to have JAVA_PROXY environment variable available

ewelinawilkosz commented 6 years ago

@phoenikz sorry it took so much time, can you please confirm this PR is still valid, so I can merge it?

phoenikz commented 6 years ago

Hi, yes I still think it is, the decoupling of JAVA_PROXY and PROXY environment not fully implemented without it. It's the slave that need JAVA_PROXY to be able to forward it to the next master image