Skip to content

Instantly share code, notes, and snippets.

@hsleedevelop
Last active May 8, 2019 10:53
Show Gist options
  • Select an option

  • Save hsleedevelop/1ceba0d4c039f0e6bdbbf8c904fa9a85 to your computer and use it in GitHub Desktop.

Select an option

Save hsleedevelop/1ceba0d4c039f0e6bdbbf8c904fa9a85 to your computer and use it in GitHub Desktop.
jenkins configuration - build
#source ~/.bash_profile
export FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120
export TERM=xterm-256color
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
bundle install
bundle exec pod install --repo-update
cp fastlane/appstore/Appfile fastlane/Appfile
fastlane adhoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment