spinnaker.deployment.tasks.before

Policies that run immediately before a task executes.

Note: If you are writing a policy involving the execution of stage pipelines, the best practice is to write such rules against the packages under spinnaker.execution.stages.before, which contain more information to leverage in your rules.


spinnaker.deployment.tasks.before.cleanupArtifacts

Used by policies to affect the ‘Cleanup Artifacts’ task.

spinnaker.deployment.tasks.before.deleteManifest

Policy checks that run immediate before a task deletes a spinnaker manifest.

spinnaker.deployment.tasks.before.deployManifest

Policy checks that run immediately before a task deploys a Spinnaker manifest.

spinnaker.deployment.tasks.before.scaleManifest

A policy that runs before executing each task in a Scale Manifest stage.

spinnaker.deployment.tasks.before.undoRolloutManifest

Policy checks that run immediately before a task rolls back a spinnaker manifest.


Last modified March 3, 2023: (2d069084)