Also, under User & Groups, enable Fast User Switching. Fill in an account name and icon, and reset the password to something new. Right click on jenkins and select Advanced. I took some additional steps to prepare Jenkins for building with Unity.įirst, Open MacOS Settings -> User & Groups. The public key should be added to your remote Git server, and the private key will be added to Jenkins under Credentials. Your identification has been saved in /home/user/.ssh/id_rsa.jenkins. ssh]# ssh-keygenĮnter file in which to save the key (/home/user/.ssh/id_rsa): /home/user/.ssh/id_rsa.jenkinsĮnter passphrase (empty for no passphrase):
In order for Jenkins to be able to auto-update, you will need to set the jenkins user as owner of the jenkins.war. See platform specific installer tips such as the Manage Jenkins -> Configure System) and configure it for your purposes (e.g. Next, download the appropriate Jenkins installer for your platform and get it installed.
I’m hosting Jenkins on an older Mac Mini running MacOS Mojave with Java(TM) SE Runtime Environment 1.8. First, prep the machine you are going to install Jenkins on and ensure that it has the necessary JRE version.