Skip to content

Commit

Permalink
contrib/aws: Skip default checkout
Browse files Browse the repository at this point in the history
Skip the default checkout of the workspace because we explicitly
checkout out the workspace after we clean it.

Signed-off-by: Seth Zegelstein <szegel@amazon.com>
Co-authored-by: Nathan Na <nzhenye@amazon.com>
  • Loading branch information
a-szegel and Nathan Na committed Jan 8, 2025
1 parent d4ee2cf commit cda4b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ pipeline {
options {
buildDiscarder(logRotator(daysToKeepStr: "90"))
timeout(time: 10, unit: 'HOURS')
skipDefaultCheckout()
}
environment {
// AWS region where the cluster is created
Expand Down

0 comments on commit cda4b31

Please sign in to comment.