Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-22 11:16:09 +09:00 committed by GitHub
parent b1ca36c379
commit 48ec6fbe36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
Jenkinsfile vendored
View file

@ -66,13 +66,14 @@ 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 -f --all --filter \"until=1h\""
} }
} }
*/
} }
} }