readme: add CI Docker image build job link

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-01 15:21:18 +01:00
parent 50e58cd459
commit d5f70a0676
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
This repo defines infrastructure for main [Status](http://status.im/) fleet running [nim-waku](https://github.com/status-im/nim-waku) nodes.
# Continuous Integration
Jenkins CI builds can be used to build and deploy new Docker images:
* `status.test` - https://ci.status.im/job/nim-waku/job/deploy-status-test/
# Repo Usage
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/articles/infra_repo_usage.md) doc.