Service file for running Atlassian Bamboo as a Service in Mac
In Terminal, go to ~/Library/LaunchAgents.
Create a plist file:
sudo nano ~/Library/LaunchAgents/com.atlassian.bamboo.plist
Copy the content of com.atlassian.bamboo.plist file in Nano editor.
Save the file.
RUN:
launchctl load ~/Library/LaunchAgents/com.atlassian.bamboo.plist
RUN:
launchctl start com.atlassian.bamboo
To stop the service Run:
launchctl stop com.atlassian.bamboo
To unload the launch agent:
launchctl unload ~/Library/LaunchAgents/com.atlassian.bamboo.plist
This repository contains resources related to the Udemy course on Bamboo Continuous Integration for DevOps Developers.
Course Link: Bamboo Continuous Integration for DevOps Developers
Subscribe to the Free Technology and Technology Management Courses channel for free lectures about Coding, DevOps, and Technology Management. Here is the link to the YouTube channel.
If you find my work helpful, consider treating me by buying me a coffee!