Commit 33fab9ac authored by Marco Ortiz's avatar Marco Ortiz

Preparación para la integración con el nuevo jenkins

parent 91bd2e5d
...@@ -91,8 +91,9 @@ pipeline { ...@@ -91,8 +91,9 @@ pipeline {
} }
} }
stage('Remove Unused docker image') { stage('Remove Unused docker image') {
steps{ steps {
sh "docker rmi ${imagename}:latest" sh "docker rmi ${imagename}:latest"
sh "docker rmi ${imagename}:${VERSION}"
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment