mirror of
https://github.com/InsanusMokrassar/JenkinsDocker.git
synced 2024-11-05 03:03:47 +00:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export JENKINS_HOME="$HOME/jenkins"
|
|
|
|
java $JENKINS_LAUNCH_ARGS -jar ~/jenkins.war
|