Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 22, 2022
1 parent 84955cb commit 8783193
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 @@ -304,7 +304,7 @@ def k8sTest(Map args = [:]) {
withGithubNotify(context: "${args.context} ${v}") {
withBeatsEnv(archive: false, withModule: false) {
withKindEnv(k8sVersion: "${v}", kindVersion: "v0.11.1"){
sh(label: "Integration tests", script: "MODULE=kubernetes make -C metricbeat integration-tests")
sh(label: "Integration tests", script: "MAGEFILE_VERBOSE=true MODULE=kubernetes make -C metricbeat integration-tests")
sh(label: "Deploy to kubernetes",script: "make -C deploy/kubernetes test")
}
}
Expand Down

0 comments on commit 8783193

Please sign in to comment.