4 lines
181 B
Bash
Executable File
4 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# @deprecated — scripts/jenkins-desktop-pipeline.sh + scripts/server-install-desktop-jenkins.sh 사용
|
|
exec "$(dirname "$0")/jenkins-desktop-pipeline.sh" "$@"
|