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' } } }