mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Update manifest.json
This commit is contained in:
parent
162c9c0d0a
commit
4e068ed1b7
1 changed files with 9 additions and 0 deletions
|
@ -37,6 +37,15 @@
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "Yes"
|
"default": "Yes"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "port",
|
||||||
|
"ask": {
|
||||||
|
"en": "Internal running port ?",
|
||||||
|
"fr": "Port de fonctionnement interne ?"
|
||||||
|
},
|
||||||
|
"example": "8080",
|
||||||
|
"default": "8080"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue