-
Bug
-
Resolution: Unresolved
-
Minor
-
jenkins lts 2.235.5-1.1 running on centos 7 based host
slave setup plugin 1.10
changes done to org.jenkinsci.plugins.slave_setup.SetupConfig.xml on disk is not reflected in the running jenkins process when reload-configuration is triggered trough the cli. restarting jenkins makes the changes appear on new slaves.
so we have some configuration in org.jenkinsci.plugins.slave_setup.SetupConfig.xml that we altered during our jenkiins deployment process. the changes where pressent on the filesystem. But jenkins slave plugin continued to provision new slaves with the old config after reload-configuration had been called trough the cli. Restarting jenkins made the change appear.
I would have expected that the reload configuration had also updated the configuration of the slave setup plugin