Skip to content

Commit 142c70a

Browse files
committed
[CI] lint stage doesn't produce test reports (elastic#21888)
1 parent 291f186 commit 142c70a

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
@@ -68,7 +68,7 @@ pipeline {
6868
}
6969
steps {
7070
withGithubNotify(context: 'Lint') {
71-
withBeatsEnv(archive: true) {
71+
withBeatsEnv(archive: false, id: 'lint') {
7272
dumpVariables()
7373
cmd(label: 'make check', script: 'make check')
7474
}

0 commit comments

Comments
 (0)