status-react/ci
Jakub Sokołowski 84286782f6
bump status-react-jenkins to 1.2.0
This updates a bunch of things in the Jenkins logic.
For details of that see:
https://github.com/status-im/status-react-jenkins/pull/12

It grew out of the changes I made to make PR builds available in Desktop client:
https://github.com/status-im/nim-status-client/pull/507

Changes:
- Bump `status-react-jenkins` library to newer version, probably `1.2.0`
- Update use of `utils.pkgFilename()` in `ci/Jenkinsfile.combined`
- Make all iOS builds go into the same folder: `status-ios`
- Drop e2e build type, infer it from Android ABIs set to `x86` only
- Simplify logic in `nix/mobile/android/release.nix.`

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-07-13 12:13:47 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
tools bump status-react-jenkins to 1.2.0 2020-07-13 12:13:47 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android bump status-react-jenkins to 1.2.0 2020-07-13 12:13:47 +02:00
Jenkinsfile.combined bump status-react-jenkins to 1.2.0 2020-07-13 12:13:47 +02:00
Jenkinsfile.ios bump status-react-jenkins to 1.2.0 2020-07-13 12:13:47 +02:00
Jenkinsfile.nix-cache bump status-react-jenkins to 1.2.0 2020-07-13 12:13:47 +02:00
README.md use status-react-jenkins as CI library 2020-03-11 19:11:36 +01: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-react-jenkins@master'

Which loads the used methods - like nix.shell() - from a separate private repo:

https://github.com/status-im/status-react-jenkins

This is done to improve security of our CI setup.