Skip to content

Commit

Permalink
ci: home is declared within withBeatsEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 9, 2022
1 parent e8980a1 commit 9e73041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ def k8sTest(Map args = [:]) {
versions.each{ v ->
withNode(labels: args.label, forceWorkspace: true){
stage("${args.context} ${v}"){
withKindEnv(k8sVersion: "${v}", kindVersion: "v0.11.1"){
withGithubNotify(context: "${args.context} ${v}") {
withBeatsEnv(archive: false, withModule: false) {
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: "Deploy to kubernetes",script: "make -C deploy/kubernetes test")
}
Expand Down

0 comments on commit 9e73041

Please sign in to comment.