Skip to content

Commit

Permalink
chore: for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 22, 2020
1 parent ba9957b commit 6e6e094
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pipeline {
withGithubNotify(context: 'Lint') {
withBeatsEnv(archive: false, id: 'lint') {
dumpVariables()
cmd(label: 'make check', script: 'make check')
//cmd(label: 'make check', script: 'make check')
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions Jenkinsfile.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
projects:
- "auditbeat"
- "deploy/kubernetes"
- "filebeat"
- "generator"
- "heartbeat"
- "journalbeat"
- "libbeat"
- "metricbeat"
- "packetbeat"
- "winlogbeat"
- "x-pack/auditbeat"
- "x-pack/dockerlogbeat"
#- "auditbeat"
#- "deploy/kubernetes"
#- "filebeat"
#- "generator"
#- "heartbeat"
#- "journalbeat"
#- "libbeat"
#- "metricbeat"
#- "packetbeat"
#- "winlogbeat"
#- "x-pack/auditbeat"
#- "x-pack/dockerlogbeat"
- "x-pack/elastic-agent"
- "x-pack/filebeat"
- "x-pack/functionbeat"
- "x-pack/libbeat"
- "x-pack/metricbeat"
- "x-pack/winlogbeat"
#- "x-pack/filebeat"
#- "x-pack/functionbeat"
#- "x-pack/libbeat"
#- "x-pack/metricbeat"
#- "x-pack/winlogbeat"
##- "x-pack/heartbeat" It's not yet in the 1.0 pipeline.
##- "x-pack/journalbeat" It's not yet in the 1.0 pipeline.
##- "x-pack/packetbeat" It's not yet in the 1.0 pipeline.
Expand Down

0 comments on commit 6e6e094

Please sign in to comment.