summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-01-23 01:23:50 +0100
committerSven Gothel <[email protected]>2023-01-23 01:23:50 +0100
commit33536d1ae923149a0b7113d57cf8a96e42ab7d16 (patch)
tree6bc83c9ed1da9e6b9abceafdec608c563a19d1de /jenkins-server-slave-setup/nodes/sgothel-macos64-multi-012/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist
parentee7083ecffa94be7f8753c41c6cad96d87e45d7a (diff)
Update jenkins-server-slave-setup, i.e. our Jenkins remote nodes (agents)
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.plist43
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>
+