Ver Fonte

no message

formation há 1 ano atrás
pai
commit
69621c24ff
1 ficheiros alterados com 1 adições e 1 exclusões
  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'
     }