diff --git a/extras/jenkins/AWS/Jenkinsfile b/extras/jenkins/AWS/Jenkinsfile index 8e17961..05a66fa 100644 --- a/extras/jenkins/AWS/Jenkinsfile +++ b/extras/jenkins/AWS/Jenkinsfile @@ -188,7 +188,7 @@ pipeline { sh ''' $WORKSPACE/bin/destroy.sh - find . -mindepth 2 -maxdepth 6 -type f -name Pulumi.yaml -execdir pulumi stack rm marajenkaws${BUILD_NUMBER} --force --yes \\; + find . -mindepth 2 -maxdepth 6 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenkaws${BUILD_NUMBER} --force --yes \; ''' } } diff --git a/extras/jenkins/DigitalOcean/Jenkinsfile b/extras/jenkins/DigitalOcean/Jenkinsfile index 5ce6771..4ef4eb1 100644 --- a/extras/jenkins/DigitalOcean/Jenkinsfile +++ b/extras/jenkins/DigitalOcean/Jenkinsfile @@ -197,7 +197,7 @@ pipeline { # Destroy our partial build... $WORKSPACE/bin/destroy.sh || true # Clean up the Pulumi stack if it exists for our run - which it shouldn\'t, but you never know. - find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\; + find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \; ''' } } diff --git a/extras/jenkins/K3S/Jenkinsfile b/extras/jenkins/K3S/Jenkinsfile index fa19151..52ae855 100644 --- a/extras/jenkins/K3S/Jenkinsfile +++ b/extras/jenkins/K3S/Jenkinsfile @@ -228,7 +228,7 @@ pipeline { /usr/local/bin/k3s-killall.sh || true /usr/local/bin/k3s-uninstall.sh || true # Clean up the Pulumi stack if it exists for our run - which it shouldn\'t, but you never know. - find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\; + find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \; ''' } } diff --git a/extras/jenkins/Linode/Jenkinsfile b/extras/jenkins/Linode/Jenkinsfile index 01e3e60..0c1010b 100644 --- a/extras/jenkins/Linode/Jenkinsfile +++ b/extras/jenkins/Linode/Jenkinsfile @@ -183,7 +183,7 @@ pipeline { # Destroy our partial build... $WORKSPACE/bin/destroy.sh || true # Clean up the Pulumi stack if it exists for our run - which it shouldn\'t, but you never know. - find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\; + find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \; ''' } } diff --git a/extras/jenkins/MicroK8s/Jenkinsfile b/extras/jenkins/MicroK8s/Jenkinsfile index 85ac3fc..61ec03d 100644 --- a/extras/jenkins/MicroK8s/Jenkinsfile +++ b/extras/jenkins/MicroK8s/Jenkinsfile @@ -240,7 +240,7 @@ pipeline { # True if it’s not there… snap remove microk8s || true # Clean up the Pulumi stack if it exists for our run - which it shouldn\'t, but you never know. - find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\; + find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \; ''' } } diff --git a/extras/jenkins/Minikube/Jenkinsfile b/extras/jenkins/Minikube/Jenkinsfile index 465f7cd..8df84f1 100644 --- a/extras/jenkins/Minikube/Jenkinsfile +++ b/extras/jenkins/Minikube/Jenkinsfile @@ -249,7 +249,7 @@ _EOF_ # True if it's not there minikube delete || true # Clean up the Pulumi stack if it exists for our run - which it shouldn\'t, but you never know. - find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \\; + find $WORKSPACE -mindepth 2 -maxdepth 7 -type f -name Pulumi.yaml -execdir $WORKSPACE/pulumi/python/venv/bin/pulumi stack rm marajenk${BUILD_NUMBER} --force --yes \; ''' } }