mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 19:44:47 +00:00
Jakub Sokołowski
d765dd1f60
Also use `ssh-ng://` protocol implementation instead of `ssh://`. Might fix the following error: ``` error (ignored): error: reached end of FramedSource error: sized: unexpected end-of-file error: unexpected end-of-file ``` For more details see: https://github.com/NixOS/nix/issues/6495 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.