mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
7 lines
117 B
Bash
7 lines
117 B
Bash
#!/bin/bash
|
|
|
|
# Dependencies
|
|
app_depencencies="default-jre-headless daemon"
|
|
|
|
# Jenkins version
|
|
jenkins_version=2.46.3
|