Skip to content

Commit

Permalink
ci: update catalog json
Browse files Browse the repository at this point in the history
  • Loading branch information
huayuenh committed Jun 19, 2024
1 parent c0f9696 commit 4043e63
Showing 1 changed file with 56 additions and 8 deletions.
64 changes: 56 additions & 8 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,28 +230,52 @@
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "ci_repository_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the repositories and triggers that get created in the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "cd_pipeline_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "cc_pipeline_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "authorization_policy_creation",
Expand Down Expand Up @@ -4085,28 +4109,52 @@
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "ci_repository_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the repositories and triggers that get created in the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "cd_pipeline_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "cc_pipeline_properties",
"type": "string",
"default_value": "",
"description": "Stringified JSON containing the properties for the CI toolchain pipelines.",
"required": false
"display_name": "JSON",
"required": false,
"custom_config": {
"type": "json_editor",
"grouping": "deployment",
"original_grouping": "deployment"
}
},
{
"key": "code_engine_project_prefix",
Expand Down

0 comments on commit 4043e63

Please sign in to comment.