status-react/ci
Mohamed Javid 4dded72878
Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519)
This commit adds support for the Sepolia test network and Rarible collectible/collection provider.

---------

Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-02-02 19:44:00 +05:30
..
tests Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
tools Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile
Jenkinsfile.android Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.combined Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.e2e-nightly Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.ios Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +05:30
Jenkinsfile.tests Wallet - Add support for Sepolia testnet and Rarible collectible provider (#18519) 2024-02-02 19:44:00 +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.