mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
d470462bb3
commit
fb5fcdb0a9
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -70,7 +70,7 @@ pipeline {
|
||||||
stage('Clean Up Docker Images on Jenkins Server'){
|
stage('Clean Up Docker Images on Jenkins Server'){
|
||||||
steps {
|
steps {
|
||||||
echo 'Cleaning up unused Docker images on Jenkins server'
|
echo 'Cleaning up unused Docker images on Jenkins server'
|
||||||
sh "docker image prune -f --all --filter \"until=1h\""
|
sh "docker image prune -a -f"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue