Skip to content

Commit a850b9a

Browse files
[vendor-schemas] automated update (#611)
Co-authored-by: sirosen <[email protected]>
1 parent d29364d commit a850b9a

File tree

11 files changed

+675
-514
lines changed

11 files changed

+675
-514
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Unreleased
1010

1111
.. vendor-insert-here
1212
13-
- Update vendored schemas: azure-pipelines, drone-ci, gitlab-ci, meltano, mergify,
14-
renovate, woodpecker-ci (2025-10-05)
13+
- Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, drone-ci,
14+
github-workflows, gitlab-ci, meltano, mergify, renovate, woodpecker-ci (2025-10-12)
1515

1616
0.34.0
1717
------

src/check_jsonschema/builtin_schemas/vendor/bamboo-spec.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,10 @@
511511
"period": {
512512
"type": "integer"
513513
},
514+
"description": {
515+
"type": "string",
516+
"description": "Trigger description."
517+
},
514518
"conditions": {
515519
"type": "array",
516520
"items": {
@@ -573,6 +577,46 @@
573577
]
574578
}
575579
}
580+
},
581+
"tag": {
582+
"type": "object",
583+
"additionalProperties": false,
584+
"properties": {
585+
"tag": {
586+
"type": "object",
587+
"description": "UNDOCUMENTED. Bamboo detects new tags in repository and builds for all these tags",
588+
"properties": {
589+
"filter": {
590+
"type": "string",
591+
"description": "Use a regular expression to only build for tag that match specific names."
592+
},
593+
"tagInBranch": {
594+
"type": "boolean",
595+
"description": "Only run build if the branch contains the matched tag. The build will be triggered only if the tag revision is in the vcs branch."
596+
},
597+
"description": {
598+
"type": "string",
599+
"description": "Trigger description."
600+
},
601+
"conditions": {
602+
"type": "array",
603+
"description": "Only run Build if other Plans are currently passing.",
604+
"items": {
605+
"type": "object",
606+
"properties": {
607+
"green-plan": {
608+
"type": "array",
609+
"items": {
610+
"type": "string",
611+
"description": "Plan Keys"
612+
}
613+
}
614+
}
615+
}
616+
}
617+
}
618+
}
619+
}
576620
}
577621
},
578622
"items": {
@@ -586,6 +630,9 @@
586630
{
587631
"$ref": "#/definitions/triggers/definitions/remote"
588632
},
633+
{
634+
"$ref": "#/definitions/triggers/definitions/tag"
635+
},
589636
{
590637
"type": "string"
591638
}

0 commit comments

Comments
 (0)