Skip to content

Commit

Permalink
chore: release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Mar 22, 2022
1 parent 23c7ef7 commit 1da6fe2
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions schema/core.jenkins-x.io/v4beta1/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/GKEConfig"
},
"issueProvider": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/IssueTracker"
},
"kanikoFlags": {
"type": "string"
},
Expand Down Expand Up @@ -233,6 +237,53 @@
"additionalProperties": false,
"type": "object"
},
"IssueTracker": {
"properties": {
"jira": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/JiraTracker"
}
},
"additionalProperties": false,
"type": "object"
},
"JiraTracker": {
"properties": {
"project": {
"type": "string"
},
"serverUrl": {
"type": "string"
},
"userName": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"MavenRepositoryConfig": {
"properties": {
"releaseUrl": {
"type": "string"
},
"snapshotUrl": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"RepositoryConfig": {
"properties": {
"maven": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/MavenRepositoryConfig"
}
},
"additionalProperties": false,
"type": "object"
},
"Requirements": {
"properties": {
"apiVersion": {
Expand Down Expand Up @@ -282,6 +333,10 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/UserNameEmailConfig"
},
"repositories": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/RepositoryConfig"
},
"repository": {
"type": "string"
},
Expand Down

0 comments on commit 1da6fe2

Please sign in to comment.