status-react/ci
Siddarth Kumar 36c2f4706f
Fix crash on x86_64 emulators (#17773)
In this commit we bump jenkins lib tag to enable building e2e with 64bit 

Co-authored-by: Anton Iakimov <yakimant@gmail.com>
2023-12-19 20:11:25 +05:30
..
tests ci: use new OpenSea API keys 2023-09-29 16:32:45 +02:00
tools ci: use new OpenSea API keys 2023-09-29 16:32:45 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android Fix crash on x86_64 emulators (#17773) 2023-12-19 20:11:25 +05:30
Jenkinsfile.combined Fix crash on x86_64 emulators (#17773) 2023-12-19 20:11:25 +05:30
Jenkinsfile.e2e-nightly Fix crash on x86_64 emulators (#17773) 2023-12-19 20:11:25 +05:30
Jenkinsfile.ios Fix crash on x86_64 emulators (#17773) 2023-12-19 20:11:25 +05:30
Jenkinsfile.tests Fix crash on x86_64 emulators (#17773) 2023-12-19 20:11:25 +05:30
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.