status-react/ci
Jakub Sokołowski 284c26055f
update Jenkins library to allow vebose Fastlane calls
For more details see status-react-jenkins change:
https://github.com/status-im/status-react-jenkins/pull/7

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-02 18:50:43 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
tools update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.combined update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.ios update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.linux update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.macos update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.nix-cache update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +02:00
Jenkinsfile.windows update Jenkins library to allow vebose Fastlane calls 2020-06-02 18:50:43 +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.