Skip to content

rmaqueda/Jenkins

Repository files navigation

Jenkins Installation

Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Java

brew install java11
echo 'export PATH="/usr/local/opt/openjdk@11/bin:$PATH"' >> ~/.zshrc

Jenkins

brew install jenkins
brew services start jenkins
brew services stop jenkins

Setup Jenkins services

vi /Users/ricardomaqueda/Library/LaunchAgents/homebrew.mxcl.jenkins.plist

Apache configuration

Reference

Pipeline iOS Tools

Cocoapods

sudo gem install cocoapods

Carthage

brew install carthage

Fastlane

brew install fastlane

Sonar

brew install sonar-scanner

Copy xccov-to-sonarqube-generic.sh to a directory in $PATH

OTA tool

Copy ota_ipa.sh to a directory in $PATH

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages