deis / jenkins-node

Tooling for bringing up a Jenkins Worker Node for Deis CI.
MIT License
5 stars 8 forks source link

Refactor: Reduce custom logic #10

Open vdice opened 7 years ago

vdice commented 7 years ago

https://github.com/deis/jenkins-node/pull/9 updates the jenkins-node image to act more like a default Jenkins jnlp-slave. However, due to how e2e is setup to run (see deis/e2e-runner), we still have some custom logic in the Dockerfile and jenkins-slave script.

Therefore, this ticket is to make updates (most likely necessary both in this and the aforementioned e2e-runner repo) to switch up the Dockerfile to pull from jenkinsci/jnlp-slave as well as removing our version of the script (delete the rootfs dir).

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/jenkins-node#1