formation hai 1 ano
pai
achega
69621c24ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -16,7 +16,7 @@ node{
 	 stage('Stop Containers')
     {
         sh 'docker ps | grep "workflow_" -v | awk -F " " \'{ if(NR>1) print $1}\' |xargs docker kill |xargs docker rm || true'
-        // sh 'docker system prune -f'
+        sh 'docker system prune -f'
     }