status-react/ci
Jakub Sokołowski ef5031a4aa
ci: update Google Play JSON credential name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-04-14 14:04:39 +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: adjust behavior of PUBLISH to be true for releases 2021-02-23 13:45:25 +01: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.