Jakub Sokołowski
fd7797322f
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> |
||
---|---|---|
.. | ||
tests | ||
tools | ||
Jenkinsfile | ||
Jenkinsfile.android | ||
Jenkinsfile.combined | ||
Jenkinsfile.ios | ||
Jenkinsfile.nix-cache | ||
Jenkinsfile.tests | ||
README.md |
README.md
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.