Since workspace cleanup plugin v0.30 with its pipeline support
there seems to be a bunch of new dependencies.
Error message from Jenkins ver. 2.60.2 with latest plugins as
deployed via puppet:
| Jenkins Workspace Cleanup Plugin v0.34
|
| workflow-durable-task-step v2.4 is missing. To fix, install v2.4 or later.
| resource-disposer v0.3 is missing. To fix, install v0.3 or later.
Now with workflow-durable-task-step + resource-disposer available
we run into:
| Jenkins Workspace Cleanup Plugin v0.34
| Pipeline: Nodes and Processes v2.12 failed to load. Fix this plugin first.
And with pipeline plugin (known under name workflow-aggregator)
installed we finally run into a bunch of pipeline related
dependencies:
| Pipeline v2.5
| pipeline-input-step v2.5 is missing. To fix, install v2.5 or later.
| workflow-job v2.9 is missing. To fix, install v2.9 or later.
| workflow-basic-steps v2.3 is missing. To fix, install v2.3 or later.
| Pipeline: Nodes and Processes v2.12 failed to load. Fix this plugin first.
| Pipeline: Nodes and Processes v2.12
| workflow-api v2.8 is missing. To fix, install v2.8 or later.
| workflow-support v2.13 is missing. To fix, install v2.13 or later.
| durable-task v1.14 is missing. To fix, install v1.14 or later.
| Jenkins Workspace Cleanup Plugin v0.34
| Pipeline: Nodes and Processes v2.12 failed to load. Fix this plugin first.
Installing them we still might run into the following issue on
latest Jenkins LTS v2.60.2:
| Pipeline v2.5
| Pipeline: Job v2.13 failed to load. Fix this plugin first.
| Pipeline: Job v2.13
| You must update Jenkins from v2.60.2 to v2.62 or later to run this plugin.
This is documented in the pipeline job plugin, though we don't
need the pipeline plugin and can ignore this failure therefore.