status-react/ci
Andrea Maria Piana b5a6f1b78f
Add nix purge command and change the behavior of nix clean
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-12-23 09:08:46 +01:00
..
tests Interact with ropsten web3 to send assets 2020-12-04 21:16:58 +01:00
tools bump jenkins library to 1.2.8 to add keychain password 2020-12-02 19:34:10 +01:00
Jenkinsfile remove old jenkisnfiles 2018-09-04 07:39:40 -04:00
Jenkinsfile.android Add nix purge command and change the behavior of nix clean 2020-12-23 09:08:46 +01:00
Jenkinsfile.combined bump jenkins library to 1.2.8 to add keychain password 2020-12-02 19:34:10 +01:00
Jenkinsfile.ios Add nix purge command and change the behavior of nix clean 2020-12-23 09:08:46 +01:00
Jenkinsfile.nix-cache bump jenkins library to 1.2.8 to add keychain password 2020-12-02 19:34:10 +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.