status-react/ci
Jakub Sokołowski d68b757589
upgrade Xcode to 11.4.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-04-16 22:13:47 +02:00
..
tests e2e: fix handling of GitHub token 2020-02-24 14:58:09 +01:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +01:00
Jenkinsfile.combined use the proper source of publish method 2020-03-25 17:10:24 +01:00
Jenkinsfile.fastlane.clean use status-react-jenkins as CI library 2020-03-11 19:11:36 +01:00
Jenkinsfile.ios upgrade Xcode to 11.4.1 2020-04-16 22:13:47 +02:00
Jenkinsfile.linux allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +01:00
Jenkinsfile.macos upgrade Xcode to 11.4.1 2020-04-16 22:13:47 +02:00
Jenkinsfile.nix-cache use status-react-jenkins as CI library 2020-03-11 19:11:36 +01:00
Jenkinsfile.windows allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +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.