status-react/ci
Siddarth Kumar 2c96c38339
chore: disable hermes and cleanup gradle vars (#18832)
fixes #18831

We update the nix derivation to build android by passing `hermesEnabled` flag which checks the environment variable and if the environment variable is not set we default `hermesEnabled` to `true`.
This ensures that `hermes` is disabled for debug builds and enabled for release builds.

In this commit we also
- rename `nix/mobile/android/release.nix` → `nix/mobile/android/build.nix` since that nix file no longer generates release only builds.
- cleanup 2 other env vars and use the `gradle` project format
- replace `BUILD_NUMBER` with `verisonCode` for consistency
- replace `androidGradleOpts ` with `buildUrl ` 
- bump `status-jenkins-lib` to v1.8.7
2024-02-15 13:48:11 +05:30
..
tests chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
tools chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
Jenkinsfile.combined chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
Jenkinsfile.e2e-nightly chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
Jenkinsfile.ios chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +05:30
Jenkinsfile.tests chore: disable hermes and cleanup gradle vars (#18832) 2024-02-15 13:48:11 +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.