status-react/ci
Jakub Sokołowski 41e04b9555
disable play store release
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-23 17:17:50 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
tools Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android disable play store release 2020-06-23 17:17:50 +02:00
Jenkinsfile.combined Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile.ios Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile.linux Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile.macos Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile.nix-cache Use Infura token pulled from environment 2020-06-19 19:26:40 +02:00
Jenkinsfile.windows Use Infura token pulled from environment 2020-06-19 19:26:40 +02: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.