Skip to content

Commit

Permalink
chore: release 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Aug 17, 2021
1 parent d2d2306 commit 41b17d7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions schema/core.jenkins-x.io/v4beta1/requirements.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,28 @@
"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 @@ -285,6 +307,10 @@
"repository": {
"type": "string"
},
"repositoryConfig": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/RepositoryConfig"
},
"secretStorage": {
"type": "string"
},
Expand Down

0 comments on commit 41b17d7

Please sign in to comment.