status-react/ci
Anton Iakimov 36168256bf
ci: don't fail on Diawi upload failure
2024-01-15 11:43:19 +01:00
..
tests apk name updated in e2e nightly jenkins file 2023-12-22 16:18:00 +02:00
tools ci: fix handling of Android builds on Apple ARM64 2024-01-10 13:05:40 +01: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 ci: don't fail on Diawi upload failure 2024-01-15 11:43:19 +01:00
Jenkinsfile.tests Run integration tests separately from unit tests (#18304) 2024-01-05 15:47:03 -03: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.