Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created November 1, 2018 03:06
Show Gist options
  • Save mgrebenets/8747a688835383c750cc80401aacd6fc to your computer and use it in GitHub Desktop.
Save mgrebenets/8747a688835383c750cc80401aacd6fc to your computer and use it in GitHub Desktop.
bamboo-ci-server com.atlassian.bamboo.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.atlassian.bamboo</string>
<key>UserName</key>
<string>bamboo</string>
<key>ProgramArguments</key>
<array>
<string>/Users/bamboo/bamboo/bin/start-babmoo.sh</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
@ChefAustin
Copy link

Typo on L12: babmoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment