We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf01d44 + 7bf99fb commit a9b50d8Copy full SHA for a9b50d8
.buildkite/pipeline.yml
@@ -1,13 +1,16 @@
1
-# Run everything on the `android` queue
2
-agents:
3
- queue: android
+# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
+---
4
5
# Nodes with values to reuse in the pipeline.
6
common_params:
7
# Common plugin settings to use with the `plugins` key.
8
- &common_plugins
9
- automattic/a8c-ci-toolkit#2.14.0
10
+# Run everything on the `android` queue
11
+agents:
12
+ queue: android
13
+
14
steps:
15
- label: "Gradle Wrapper Validation"
16
command: |
0 commit comments