status-react/ci
Jakub Sokołowski 2e94e0e765
ci: rename folder to match status-desktop naming
Part of re-organization related to release builds for desktop.

See:
- https://github.com/status-im/status-react/pull/11992
- https://ci.status.im/job/status-desktop/

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-04-19 11:47:25 +02:00
..
tests ci: use status-im-auto cred for e2e PR jobs 2021-04-14 13:50:22 +02:00
tools ci: update Google Play JSON credential name 2021-04-14 14:04:39 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android fastlane: use Apple Store Connect API for CI builds 2021-02-04 15:10:07 +01:00
Jenkinsfile.combined ci: rename folder to match status-desktop naming 2021-04-19 11:47:25 +02:00
Jenkinsfile.ios fastlane: use Apple Store Connect API for CI builds 2021-02-04 15:10:07 +01:00
Jenkinsfile.nix-cache fastlane: use Apple Store Connect API for CI builds 2021-02-04 15:10:07 +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.