status-mobile/ci
Jakub Sokołowski fd7797322f
ci: fix missing SSH key for fetching ios certs
Otherwise builds fail with:
```
15:15:22  [16:15:22]: Cloning remote git repo...
15:15:22  [16:15:22]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match.
15:15:23  Cloning into '/tmp/d20230425-79805-70bge2'...
15:15:23  git@github.com: Permission denied (publickey).
15:15:23  fatal: Could not read from remote repository.
```
Depends on: https://github.com/status-im/status-jenkins-lib/pull/63

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-25 16:31:54 +02:00
..
tests ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
tools ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
Jenkinsfile.combined ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
Jenkinsfile.ios ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
Jenkinsfile.nix-cache ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
Jenkinsfile.tests ci: fix missing SSH key for fetching ios certs 2023-04-25 16:31:54 +02:00
README.md ci: upgrade jenkins lib to 1.2.12 to generalize GH release 2021-04-19 11:47:34 +02: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-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.