Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Bk Ci
Commits
0d34e871
Unverified
Commit
0d34e871
authored
2 years ago
by
mingshewhe
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #7995 from yongyiduan/issue_7872_schema
feat: matrix支持js对象的值访问 #7872
parents
0a903b5c
ffefb008
Pipeline
#43711
failed with stages
in 4 minutes and 49 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/ci.json
+4
-10
.../core/stream/biz-stream/src/main/resources/schema/ci.json
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-extends.json
+4
-10
...iz-stream/src/main/resources/schema/template-extends.json
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-jobs.json
+4
-10
...m/biz-stream/src/main/resources/schema/template-jobs.json
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-stages.json
+4
-10
...biz-stream/src/main/resources/schema/template-stages.json
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-steps.json
+3
-0
.../biz-stream/src/main/resources/schema/template-steps.json
with
19 additions
and
40 deletions
+19
-40
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/ci.json
+
4
-
10
View file @
0d34e871
...
...
@@ -1323,16 +1323,7 @@
"type"
:
"object"
,
"additionalProperties"
:
{
"anyOf"
:
[
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
},
{
"type"
:
"number"
},
{
"type"
:
"boolean"
}
]
}
"type"
:
"array"
},
{
"type"
:
"string"
}
]
...
...
@@ -1446,6 +1437,9 @@
},
"if-modify"
:
{
"$ref"
:
"#/definitions/ifModify"
},
"shell"
:
{
"type"
:
"string"
}
},
"allOf"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-extends.json
+
4
-
10
View file @
0d34e871
...
...
@@ -795,16 +795,7 @@
"type"
:
"object"
,
"additionalProperties"
:
{
"anyOf"
:
[
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
},
{
"type"
:
"number"
},
{
"type"
:
"boolean"
}
]
}
"type"
:
"array"
},
{
"type"
:
"string"
}
]
...
...
@@ -918,6 +909,9 @@
},
"if-modify"
:
{
"$ref"
:
"#/definitions/ifModify"
},
"shell"
:
{
"type"
:
"string"
}
},
"allOf"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-jobs.json
+
4
-
10
View file @
0d34e871
...
...
@@ -250,16 +250,7 @@
"type"
:
"object"
,
"additionalProperties"
:
{
"anyOf"
:
[
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
},
{
"type"
:
"number"
},
{
"type"
:
"boolean"
}
]
}
"type"
:
"array"
},
{
"type"
:
"string"
}
]
...
...
@@ -373,6 +364,9 @@
},
"if-modify"
:
{
"$ref"
:
"#/definitions/ifModify"
},
"shell"
:
{
"type"
:
"string"
}
},
"allOf"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-stages.json
+
4
-
10
View file @
0d34e871
...
...
@@ -436,16 +436,7 @@
"type"
:
"object"
,
"additionalProperties"
:
{
"anyOf"
:
[
{
"type"
:
"array"
,
"items"
:
{
"anyOf"
:
[
{
"type"
:
"string"
},
{
"type"
:
"number"
},
{
"type"
:
"boolean"
}
]
}
"type"
:
"array"
},
{
"type"
:
"string"
}
]
...
...
@@ -559,6 +550,9 @@
},
"if-modify"
:
{
"$ref"
:
"#/definitions/ifModify"
},
"shell"
:
{
"type"
:
"string"
}
},
"allOf"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
src/backend/ci/core/stream/biz-stream/src/main/resources/schema/template-steps.json
+
3
-
0
View file @
0d34e871
...
...
@@ -172,6 +172,9 @@
},
"if-modify"
:
{
"$ref"
:
"#/definitions/ifModify"
},
"shell"
:
{
"type"
:
"string"
}
},
"allOf"
:
[
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help