No need to clean docker images on agent1
This commit is contained in:
parent
343009c10f
commit
0fa23ac30c
|
|
@ -18,7 +18,6 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'sh kill_days_containers.sh'
|
||||
sh 'docker system prune -a -f'
|
||||
}
|
||||
}
|
||||
stage('Clean docker images agent2') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue