status-react/ci
Jakub Sokołowski c4cac2cef7
fix availability of INFURA_TOKEN for Android build
The env variable `INFURA_TOKEN` is used at build time of JS bundle, not
the final APK file. We never passed the `secretsFile` to the
derivation for JS bundle so it never saw the `INFURA_TOKEN`.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-10-05 16:36:05 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
tools fix availability of INFURA_TOKEN for Android build 2020-10-05 16:36:05 +02:00
Jenkinsfile
Jenkinsfile.android fix availability of INFURA_TOKEN for Android build 2020-10-05 16:36:05 +02:00
Jenkinsfile.combined fix availability of INFURA_TOKEN for Android build 2020-10-05 16:36:05 +02:00
Jenkinsfile.ios fix availability of INFURA_TOKEN for Android build 2020-10-05 16:36:05 +02:00
Jenkinsfile.nix-cache fix availability of INFURA_TOKEN for Android build 2020-10-05 16:36:05 +02:00
README.md

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.