Remove timeout docker
This commit is contained in:
parent
878a69bcd0
commit
27254873a3
|
|
@ -20,7 +20,6 @@ pipeline {
|
|||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'sh kill_days_containers.sh'
|
||||
sh 'docker system prune -a -f'
|
||||
sh 'install timeout_docker.sh /usr/local/bin/docker'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +31,6 @@ pipeline {
|
|||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'sh kill_days_containers.sh'
|
||||
sh 'docker system prune -a -f'
|
||||
sh 'install timeout_docker.sh /usr/local/bin/docker'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -44,7 +42,6 @@ pipeline {
|
|||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'sh kill_days_containers.sh'
|
||||
sh 'docker system prune -a -f'
|
||||
sh 'install timeout_docker.sh /usr/local/bin/docker'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -56,7 +53,6 @@ pipeline {
|
|||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh 'sh kill_days_containers.sh'
|
||||
sh 'docker system prune -a -f'
|
||||
sh 'install timeout_docker.sh /usr/local/bin/docker'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -x
|
||||
timeout -f --kill-after=1 5h /usr/bin/docker "$@"
|
||||
|
||||
Loading…
Reference in New Issue