1
0
Fork 0
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:
Développeur égaré 2015-02-27 14:26:59 +01:00
parent 162c9c0d0a
commit 4e068ed1b7

View file

@ -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"
} }
] ]
} }