mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 17:24:27 +00:00
Jakub Sokołowski
f5f1e6302d
They are split by both platform and build type. Depends on: https://github.com/status-im/status-jenkins-lib/pull/74 Signed-off-by: Jakub Sokołowski <jakub@status.im>
Description
This folder contains files defininf Jenkins pipelines that run on https://ci.status.im/.
Libraries
All Jenkinsfile
s 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.