status-react/ci
Serhy 473c5135b2
Update number of parallel sessions to align with Sauce
Signed-off-by: Serhy <sergii@status.im>
2020-11-09 21:32:20 +02:00
..
tests Update number of parallel sessions to align with Sauce 2020-11-09 21:32:20 +02:00
tools fastlane: Create temporary Keychain for iOS signing 2020-11-03 00:03:38 +01:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android fastlane: Create temporary Keychain for iOS signing 2020-11-03 00:03:38 +01:00
Jenkinsfile.combined fastlane: Create temporary Keychain for iOS signing 2020-11-03 00:03:38 +01:00
Jenkinsfile.ios fastlane: Create temporary Keychain for iOS signing 2020-11-03 00:03:38 +01:00
Jenkinsfile.nix-cache fastlane: Create temporary Keychain for iOS signing 2020-11-03 00:03:38 +01:00
README.md use status-react-jenkins as CI library 2020-03-11 19:11:36 +01:00

README.md

Description

This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.

Libraries

All Jenkinsfiles contain the following line:

library 'status-react-jenkins@master'

Which loads the used methods - like nix.shell() - from a separate private repo:

https://github.com/status-im/status-react-jenkins

This is done to improve security of our CI setup.