调整配置

This commit is contained in:
xuht 2025-08-15 17:00:54 +08:00
parent 94391a6f95
commit da967f14da

View File

@ -44,8 +44,7 @@ pipeline {
stage('Clear Cahe') { stage('Clear Cahe') {
steps { steps {
sh 'sleep 40s' sh 'sleep 10s'
sh 'aws cloudfront create-invalidation --distribution-id E4G8BEOY3HP3T --paths "/*"'
} }
} }
} }