status-mobile/ci
Jakub Sokołowski b62ff59f16
ci: make GitHub build links use CDN for downloads
Should speed up downloads for some geographical locations.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-12-02 15:53:17 +01:00
..
tests reduce number of parallel sessions 2020-11-13 15:29:35 +01:00
tools ci: make GitHub build links use CDN for downloads 2020-12-02 15:53:17 +01:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ci: make GitHub build links use CDN for downloads 2020-12-02 15:53:17 +01:00
Jenkinsfile.combined ci: make GitHub build links use CDN for downloads 2020-12-02 15:53:17 +01:00
Jenkinsfile.ios ci: make GitHub build links use CDN for downloads 2020-12-02 15:53:17 +01:00
Jenkinsfile.nix-cache ci: make GitHub build links use CDN for downloads 2020-12-02 15:53:17 +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.