No need to clean docker images on agent1

This commit is contained in:
retropikzel 2026-01-17 09:15:49 +02:00
parent 343009c10f
commit 0fa23ac30c
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -18,7 +18,6 @@ pipeline {
} }
steps { steps {
sh 'sh kill_days_containers.sh' sh 'sh kill_days_containers.sh'
sh 'docker system prune -a -f'
} }
} }
stage('Clean docker images agent2') { stage('Clean docker images agent2') {