-
-
Notifications
You must be signed in to change notification settings - Fork 23
Description
The changes that were made in one of the last updates (#11) have broken our setup:
We have a job that cleans all out agents and then restarts them. Before the updates that started caching if data has been copied and scripts executed, this would reinitialize our agents. Now, because the plugin assumes the agent is already setup, no data is copied and no initialization is done.
I understand that in some cases this caching is nice to have, but for our use-case, we would like to have the old behavior back. Maybe it is possible to configure whether or not to use caching?
Originally reported by malice00, imported from: Files are not copied to agents, scripts are not executed
- status: Open
- priority: Major
- component(s): slave-setup-plugin
- resolution: Unresolved
- votes: 0
- watchers: 2
- imported: 20251216-225446
Raw content of original issue
The changes that were made in one of the last updates (#11) have broken our setup:
We have a job that cleans all out agents and then restarts them. Before the updates that started caching if data has been copied and scripts executed, this would reinitialize our agents. Now, because the plugin assumes the agent is already setup, no data is copied and no initialization is done.
I understand that in some cases this caching is nice to have, but for our use-case, we would like to have the old behavior back. Maybe it is possible to configure whether or not to use caching?