This website requires JavaScript.
Explore
Help
Register
Sign In
jenkins
/
jenkins-automaintenance
Watch
2
Star
0
Fork
You've already forked jenkins-automaintenance
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
343009c10f
jenkins-automaintenance
/
kill_days_containers.sh
4 lines
78 B
Bash
Raw
Blame
History
#!/bin/sh
docker ps
|
grep
"days"
|
docker
kill
$(
awk
'{print($1);}'
)
|
true
Reference in New Issue
View Git Blame
Copy Permalink