mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 16:56:31 +00:00
Jakub Sokołowski
4a7c03b1cc
Because we run nix/scripts/clean.sh after building JSBundle it is removed from Nix store and can't be reused in the Bundle stage. 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-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.