status-mobile/ci
Jakub Sokołowski 1a97731454
ci: fix use of release Infura key for E2E runs
Depends on: https://github.com/status-im/status-jenkins-lib/pull/71

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-08-01 18:18:53 +02:00
..
tests ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +02:00
tools ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +02:00
Jenkinsfile
Jenkinsfile.android ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +02:00
Jenkinsfile.combined ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +02:00
Jenkinsfile.ios ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +02:00
Jenkinsfile.tests ci: fix use of release Infura key for E2E runs 2023-08-01 18:18:53 +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-jenkins-lib@master'

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

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

This is done to improve security of our CI setup.