status-react/ci
Churikova Tetiana d9862e2cef
upgrade e2e
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2020-04-22 13:17:03 +02:00
..
tests upgrade e2e 2020-04-22 13:17:03 +02:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +01:00
Jenkinsfile.combined use the proper source of publish method 2020-03-25 17:10:24 +01:00
Jenkinsfile.fastlane.clean use status-react-jenkins as CI library 2020-03-11 19:11:36 +01:00
Jenkinsfile.ios upgrade Xcode to 11.4.1 2020-04-16 22:13:47 +02:00
Jenkinsfile.linux allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +01:00
Jenkinsfile.macos upgrade Xcode to 11.4.1 2020-04-16 22:13:47 +02:00
Jenkinsfile.nix-cache use status-react-jenkins as CI library 2020-03-11 19:11:36 +01:00
Jenkinsfile.windows allow lint stage fail in CI and still upload build result 2020-03-27 09:19:46 +01: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.