From da967f14da81f5e2a12f7548d01dc01063fb02bf Mon Sep 17 00:00:00 2001 From: xuht Date: Fri, 15 Aug 2025 17:00:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipeline b/pipeline index 8fa631d..c3b3d86 100644 --- a/pipeline +++ b/pipeline @@ -44,8 +44,7 @@ pipeline { stage('Clear Cahe') { steps { - sh 'sleep 40s' - sh 'aws cloudfront create-invalidation --distribution-id E4G8BEOY3HP3T --paths "/*"' + sh 'sleep 10s' } } }