diff --git a/Jenkinsfile b/Jenkinsfile index f1db5f6b98c..87747b8a1da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -60,7 +60,6 @@ pipeline { retryWithSleep(retries: 2, seconds: 5){ sh(label: "Install Go ${env.GO_VERSION}", script: '.ci/scripts/install-go.sh') } } } - stash allowEmpty: true, name: 'source', useDefaultExcludes: false } } stage('Lint'){