status-react/ci
Siddarth Kumar 7224ca70a5
remove component test stage & fix browser lock
I added component tests stage when i cherry picked : 05929a16c7 commit from develop to release branch.

Only to later realise that we did not have component tests at the time of this release. This commit removes component tests form CI.

This commit also fixes a logic where the secure lock was not shown for all the websites except ".top".
Those changes were introduced by me in 7958bf189c
2023-06-29 09:06:41 +05:30
..
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 ios: replace Diawi Fastlane plugin that disappered 2023-06-28 19:15:36 +05:30
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.