From c9ed8512d014bf1a17cadd8281fbe1a4a2e833bb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 16 Oct 2020 10:49:51 +0100 Subject: [PATCH] [CI] lint stage doesn't produce test reports --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3618d6615f..f3f79252a31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,7 @@ pipeline { } steps { withGithubNotify(context: 'Lint') { - withBeatsEnv(archive: true, id: 'lint') { + withBeatsEnv(archive: false, id: 'lint') { dumpVariables() cmd(label: 'make check', script: 'make check') }