Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / BX CI
Schema registry

BX CI

CI configuration for Amdocs Bill Experience projects

**/bxci.yaml**/bxci.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your **/bxci.yaml and it validates in your browser — nothing is uploaded.

Validate a **/bxci.yaml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
projectrequiredobjectProject properties
project.namestringProject's name (used by Jenkins, Docker and Sonar)
project.typeenumProject type
default: "mvn"
one of: "npm", "maven", "mvn"
project.settingsstringID of a managed maven or npm Jenkins file
configobject
config.jenkins_runtimeobject
config.jenkins_runtime.dockerrequiredobjectSpecifies how to build the Docker container (from an existing image or from a local Dockerfile)
config.branchobjectDescribes on which branch names a build will be run
config.branch.branch_patternstringRegular expression for validating branch names
config.branch.disable_validationbooleanDisables branch name validation
default: false
config.buildobject
config.build.clean_workspace_after_runbooleanWhether Jenkins workspace should be cleaned after the build
default: true
config.build.commit_time_thresholdoneOfCommit age threshold. Disables automated builds older than this parameter. When 0, this feature is disabled
default: false
config.build.checkmarxobject
config.build.static_analysisobject
config.cacheobjectCache configuration for projects built inside Docker containers
config.cache.repositoryobjectBinary repository details
config.cache.itemsarrayList of cache types
servicesarrayAdditional services required by the project or application.
environmentobjectCustom environment variables to be added to the pipeline
jenkinsEnvironmentarray<string>Jenkins environment variables that are passed to the Docker container
stagesobjectDefines the stages and steps required to build the project.
outputobjectDescribes artifacts generated after all the stages have been run
output.packageobject
output.package.publishrequiredarray
output.dockerobject
output.docker.imagesrequiredarray
output.docker.publisharray
output.docker.multiArchobject
output.helmobject
output.helm.chartsarray
output.helm.publishrequiredarray
archivearrayList of artifacts to archive (wildcards allowed). Check out https://www.jenkins.io/doc/pipeline/steps/core/#archiveartifacts-archive-the-artifacts
timeoutintegerTimeout in seconds

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
anyOfJSON Schema Core, draft 2020-12§10.2.1.2 — "anyOf"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
formatJSON Schema Validation, draft 2020-12§7 — Vocabularies for Semantic Content With "format"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
oneOfJSON Schema Core, draft 2020-12§10.2.1.3 — "oneOf"
patternJSON Schema Validation, draft 2020-12§6.3.3 — "pattern"
patternPropertiesJSON Schema Core, draft 2020-12§10.3.2.2 — "patternProperties"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
requiredJSON Schema Validation, draft 2020-12§6.5.3 — "required"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"
uniqueItemsJSON Schema Validation, draft 2020-12§6.4.3 — "uniqueItems"
format: "uri"RFC 3986 (STD 66)§3 — Syntax Components

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas