We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeffc5 commit d22c392Copy full SHA for d22c392
1 file changed
metricbeat/Jenkinsfile.yml
@@ -35,9 +35,10 @@ stages:
35
crosscompile:
36
make: "make -C metricbeat crosscompile"
37
stage: mandatory
38
- macosAction:
39
- githubAction: "mage build unitTest"
40
- stage: mandatory
+ # See https://github.com/elastic/beats/issues/29038
+ #macosAction:
+ #githubAction: "mage build unitTest"
41
+ #stage: mandatory
42
macos:
43
mage: "mage build unitTest"
44
platforms: ## override default label in this specific stage.
0 commit comments