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
2 people authored and sunkuamzn committed Jan 8, 2025
1 parent 96631a2 commit 7f77ff5
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 7f77ff5

Please sign in to comment.