Skip to content

Commit

Permalink
.ci/aws: Skip default SCM checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Na <[email protected]>
  • Loading branch information
Nathan Na authored and Zhenye-Na committed Jan 16, 2025
1 parent f9bb286 commit 75d1c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ pipeline {
options {
buildDiscarder(logRotator(daysToKeepStr: "365"))
timeout(time: 8, unit: 'HOURS')
skipDefaultCheckout()
}
environment {
// AWS region where the cluster is created
Expand Down

0 comments on commit 75d1c48

Please sign in to comment.