mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
8 lines
155 B
Bash
8 lines
155 B
Bash
#!/bin/bash
|
|
|
|
# Retrieve arguments
|
|
domain=$(sudo yunohost app setting jenkins domain)
|
|
path=$(sudo yunohost app setting jenkins path)
|
|
path=${path%/}
|
|
|
|
# TODO
|