Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed May 15, 2020
1 parent ba57c09 commit fa3feed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pipeline {
mageTarget("Filebeat oss Mac OS X", "filebeat", "build unitTest")
}
}
stage('Filebeat Mac OS X'){
stage('Filebeat x-pack Mac OS X'){
agent { label 'macosx' }
options { skipDefaultCheckout() }
when {
Expand Down Expand Up @@ -198,7 +198,7 @@ pipeline {
}
}
steps {
mageTargetWin("Filebeat x-pack Windows", "x-pack/filebeat", "update build test")
mageTargetWin("Filebeat x-pack Windows", "x-pack/filebeat", "build unitTest")
}
}
stage('Heartbeat'){
Expand Down Expand Up @@ -455,7 +455,7 @@ pipeline {
}
}
steps {
mageTarget("Metricbeat x-pack Mac OS X", "metricbeat", "build unitTest")
mageTarget("Metricbeat x-pack Mac OS X", "x-pack/metricbeat", "build unitTest")
}
}
stage('Metricbeat Windows'){
Expand All @@ -481,7 +481,7 @@ pipeline {
}
}
steps {
mageTargetWin("Metricbeat x-pack Windows", "x-pack/metricbeat", "build test")
mageTargetWin("Metricbeat x-pack Windows", "x-pack/metricbeat", "build unitTest")
}
}
stage('Packetbeat'){
Expand Down

0 comments on commit fa3feed

Please sign in to comment.