Update Jenkinsfile

This commit is contained in:
lwj9812 2024-03-15 15:35:53 +09:00 committed by GitHub
parent 7eb1014e7e
commit e0a6f08923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
Jenkinsfile vendored
View file

@ -71,15 +71,7 @@ pipeline {
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\""
} }
} }
stage('Upload to S3') {
}
stage('Codedeploy Workload') {
}
} }
} }