status-mobile/ci
Jakub Sokołowski c762f0c564
ci: fix iOS build by building Jsbundle old way
Before this commit was in effect:
https://github.com/status-im/status-jenkins-lib/commit/3cbe3e1a
Which made `jsbundle` builds the same for both platforms and use Nix.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-06-29 10:03:19 +02:00
..
tests ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
tools ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
Jenkinsfile.combined ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
Jenkinsfile.ios ci: fix iOS build by building Jsbundle old way 2023-06-29 10:03:19 +02:00
Jenkinsfile.nix-cache ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
Jenkinsfile.tests remove component test stage & fix browser lock 2023-06-29 09:06:41 +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.