Skip to content

Commit

Permalink
[CI] lint stage doesn't produce test reports (#21888) (#21912)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 19, 2020
1 parent 734d757 commit 6be236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline {
}
steps {
withGithubNotify(context: 'Lint') {
withBeatsEnv(archive: true, id: 'lint') {
withBeatsEnv(archive: false, id: 'lint') {
dumpVariables()
cmd(label: 'make check', script: 'make check')
}
Expand Down

0 comments on commit 6be236c

Please sign in to comment.