Skip to content

Commit 5ed844e

Browse files
akash2504davidspek
andauthored
fix(jenkins): mark repository as public (#614)
Co-authored-by: David van der Spek <[email protected]>
1 parent 5ceeb03 commit 5ed844e

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

baserow/repository.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: baserow
22
description: baserow deployed on plural
33
category: DATABASE
4+
private: false
45
icon: plural/icons/baserow.png
56
notes: plural/notes.tpl
67
homepage: https://baserow.io/

jenkins/plural/recipes/jenkins-aws.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sections:
1212
configuration:
1313
- name: hostname
1414
documentation: FQDN to use for your jenkins
15+
type: DOMAIN
1516
items:
1617
- type: TERRAFORM
1718
name: kube

jenkins/plural/recipes/jenkins-azure.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sections:
1212
configuration:
1313
- name: hostname
1414
documentation: FQDN to use for your jenkins
15+
type: DOMAIN
1516
items:
1617
- type: TERRAFORM
1718
name: kube

jenkins/plural/recipes/jenkins-gcp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sections:
1212
configuration:
1313
- name: hostname
1414
documentation: FQDN to use for your jenkins
15+
type: DOMAIN
1516
items:
1617
- type: TERRAFORM
1718
name: kube

jenkins/repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: jenkins
22
description: jenkins deployed on plural
33
category: DEVOPS
4-
private: true
4+
private: false
55
icon: plural/icons/jenkins.png
66
notes: plural/notes.tpl
77
homepage: https://www.jenkins.io/

0 commit comments

Comments
 (0)