{"componentChunkName":"component---src-templates-blog-post-js","path":"/how-to-start-or-stop-jenkins-on-macos/","result":{"data":{"site":{"siteMetadata":{"title":"ngtan","author":"Tan Nguyen"}},"markdownRemark":{"id":"5f6d30b1-7dc1-5879-9717-f5f6e9b79654","excerpt":"In the past, I was looking for a way start or stop Jenkins service on my machine. I finally figured out a method to unstuck the issue. Open a terminal session…","html":"<p>In the past, I was looking for a way start or stop Jenkins service on my machine. I finally figured out a method to unstuck the issue.</p>\n<p>Open a terminal session and run the following commands to start or stop Jenkins service.</p>\n<h4>Start Jenkins service</h4>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">  <span class=\"token function\">sudo</span> launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist</code></pre></div>\n<h4>Stop Jenkins service</h4>\n<div class=\"gatsby-highlight\" data-language=\"bash\"><pre class=\"language-bash\"><code class=\"language-bash\">  <span class=\"token function\">sudo</span> launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist</code></pre></div>\n<p>Hopefully, it’s useful.</p>","timeToRead":1,"frontmatter":{"title":"How to start or stop Jenkins on macOS","date":"October 09, 2017"}}},"pageContext":{"slug":"/how-to-start-or-stop-jenkins-on-macos/","previous":null,"next":{"fields":{"slug":"/how-to-remove-the-whitespace-between-inline-block-elements/"},"frontmatter":{"title":"How to remove the whitespace between inline-block elements"}}}}}