From 56c716a52429ef92d68af1e41339a16ead2e8244 Mon Sep 17 00:00:00 2001 From: Nathan Na Date: Fri, 27 Dec 2024 19:38:26 +0000 Subject: [PATCH] .ci/aws: Skip default SCM checkout Signed-off-by: Nathan Na --- .ci/aws/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/aws/Jenkinsfile b/.ci/aws/Jenkinsfile index f4947a6ad..62a8b28f0 100644 --- a/.ci/aws/Jenkinsfile +++ b/.ci/aws/Jenkinsfile @@ -134,6 +134,7 @@ pipeline { options { buildDiscarder(logRotator(daysToKeepStr: "365")) timeout(time: 8, unit: 'HOURS') + skipDefaultCheckout() } environment { // AWS region where the cluster is created