Skip to content

Commit 32e4be7

Browse files
committed
[CI] lint stage doesn't produce test reports (elastic#21888)
1 parent 178002a commit 32e4be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pipeline {
7575
}
7676
steps {
7777
withGithubNotify(context: 'Lint') {
78-
withBeatsEnv(archive: true, id: 'lint') {
78+
withBeatsEnv(archive: false, id: 'lint') {
7979
dumpVariables()
8080
cmd(label: 'make check', script: 'make check')
8181
}

0 commit comments

Comments
 (0)