Jenkins Pipeline Deployment Variants
This post outlined a list of steps in a pipeline. When building actual pipelines, I've noticed the deployment process is more than just deployment . I've identified several variants: orchestration deployment (e.g. helios deployment) file copy like this git update for e.g. assets repositories This…