diff --git a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy index fd32f5d6..f4cbe269 100644 --- a/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy +++ b/first-class-pipeline/src/com/freeleaps/devops/ArgoApplicationVersionUpdater.groovy @@ -6,6 +6,7 @@ class ArgoApplicationVersionUpdater { ArgoApplicationVersionUpdater(steps) { this.steps = steps + this.workspace = steps.env.WORKSPACE } def update(environmentSlug, component) {