summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup/nodes/sgothel-macosx64-nv320m-012_013/launchd/com.jogamp.launched.start-ssh-jenkins-021.plist
blob: 32695c4ba6bd6fea20959ab4c176dc7d8854892b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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/iOSArm64-jogamp-aarch64-sgothel-021.stdout.log</string>
    <key>StandardErrorPath</key>
    <string>/Users/jogamp/jenkins/iOSArm64-jogamp-aarch64-sgothel-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>