mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Ask string for argument is superflous
This commit is contained in:
parent
6183216ce8
commit
bf17539b2d
1 changed files with 0 additions and 12 deletions
|
@ -29,29 +29,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Jenkins",
|
|
||||||
"fr": "Choisissez un domaine pour Jenkins"
|
|
||||||
},
|
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Jenkins",
|
|
||||||
"fr": "Choisissez un chemin pour Jenkins"
|
|
||||||
},
|
|
||||||
"example": "/jenkins",
|
"example": "/jenkins",
|
||||||
"default": "/jenkins"
|
"default": "/jenkins"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public application?",
|
|
||||||
"fr": "Est-ce une application publique ?"
|
|
||||||
},
|
|
||||||
"default": true,
|
"default": true,
|
||||||
"help": {
|
"help": {
|
||||||
"en": "A public Jenkins will be accessible by everyone unless you configure the security into jenkins admin panel.",
|
"en": "A public Jenkins will be accessible by everyone unless you configure the security into jenkins admin panel.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue