We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178002a commit 32e4be7Copy full SHA for 32e4be7
Jenkinsfile
@@ -75,7 +75,7 @@ pipeline {
75
}
76
steps {
77
withGithubNotify(context: 'Lint') {
78
- withBeatsEnv(archive: true, id: 'lint') {
+ withBeatsEnv(archive: false, id: 'lint') {
79
dumpVariables()
80
cmd(label: 'make check', script: 'make check')
81
0 commit comments