From 60951e9a1db79881937d8b2de6a66b6f1a7cf7da Mon Sep 17 00:00:00 2001 From: Brady-Malott <55215446+Brady-Malott@users.noreply.github.com> Date: Sun, 26 Feb 2023 17:50:32 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 252b227..eed8f9a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { // Deploy new container sh 'docker run --name microblog -d -p 5000:5000 --rm microblog:latest' // Remove all images that don't have a container running them - sh 'docker image prune --filter "label=org.opencontainers.image.vendor=Jenkins project"' + sh 'docker image prune --filter "label!=org.opencontainers.image.vendor=Jenkins project"' } } stage('Selenium Tests') {