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