status-react/ci
Jakub Sokołowski c866082cde
ci: use more buckets for different builds
* `status-im-releases` for release builds
* `status-im-nightlies` for nightlies

I want to reserve the `status-im` bucket for use with the site.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-09-28 20:10:14 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
tools ci: use more buckets for different builds 2020-09-28 20:10:14 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ci: use more buckets for different builds 2020-09-28 20:10:14 +02:00
Jenkinsfile.combined ci: use more buckets for different builds 2020-09-28 20:10:14 +02:00
Jenkinsfile.ios ci: use more buckets for different builds 2020-09-28 20:10:14 +02:00
Jenkinsfile.nix-cache ci: use more buckets for different builds 2020-09-28 20:10:14 +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.