Skip to content

Commit

Permalink
Skip checking out code from source control by default
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Na <[email protected]>
  • Loading branch information
Nathan Na committed Dec 27, 2024
1 parent 6a150fc commit b0411e1
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: "90"))
timeout(time: 24, unit: 'HOURS')
skipDefaultCheckout()
}
environment {
// AWS region where the cluster is created
Expand Down

0 comments on commit b0411e1

Please sign in to comment.