diff options
Diffstat (limited to 'jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist')
-rw-r--r-- | jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist b/jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist new file mode 100644 index 0000000..25e1e83 --- /dev/null +++ b/jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<!-- + Created w/ help of: + - http://launched.zerowidth.com/ +--> +<dict> + <key>Label</key> + <string>com.jogamp.launched.start-ssh-jenkins-021</string> + <key>UserName</key> + <string>jogamp</string> + <key>GroupName</key> + <string>staff</string> + <key>WorkingDirectory</key> + <string>/Users/jogamp/jenkins</string> + <key>ProcessType</key> + <string>Interactive</string> + <key>LaunchOnlyOnce</key> + <false/> + <key>KeepAlive</key> + <true/> + <key>AbandonProcessGroup</key> + <false/> + <key>ProgramArguments</key> + <array> + <string>/bin/sh</string> + <string>/Users/jogamp/jenkins/start-ssh-jenkins-021.sh</string> + </array> + <key>StandardOutPath</key> + <string>/Users/jogamp/jenkins/ios-arm64-aarch64-jau-021.stdout.log</string> + <key>StandardErrorPath</key> + <string>/Users/jogamp/jenkins/ios-arm64-aarch64-jau-021.stderr.log</string> +</dict> +<!-- +Manual Install: + +mkdir -p ~/Library/LaunchAgents +cp com.jogamp.launched.start-ssh-jenkins-021.plist ~/Library/LaunchAgents/ +launchctl load -w ~/Library/LaunchAgents/com.jogamp.launched.start-ssh-jenkins-021.plist +--> +</plist> + |