Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | Using webMethods Mobile Designer | Building Mobile Application Projects Using Jenkins | Installing and Configuring Jenkins | Single-Computer Setup for iOS | Creating the Default Keychain for the Jenkins User
 
Creating the Default Keychain for the Jenkins User
*To create a default keychain
1. Log in to your computer with a user name and password that have administrator rights.
2. Open a terminal under /Applications/Utilities/Terminal.
3. Enter the following:
sudo su Jenkins
your_password
cd ~/Library
mkdir Keychains
cd Keychains
security create-keychain JenkinsDefault.keychain
the_new_password
security default-keychain -s JenkinsDefault.keychain
exit
sudo passwd Jenkins
the_password_for_the_JenkinsDefault.keychain
4. Reboot your computer.