On Thu, Apr 05, 2018 at 02:22:17PM +0200, Andrea Bolognani wrote:
All these are currently defined per-worker at the Jenkins level,
which has several disadvantages: first of all, they are completely
invisible to anyone except people with admin access to the Jenkins
instance; moreover, updating them requires a lot of clicking in
the web interface, and change history is not tracked. Moving their
configuration to the shell profile solves all those issues.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/group_vars/all/main.yml | 6 ++++++
guests/templates/bashrc | 6 ++++++
2 files changed, 12 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>