Add the Jenkins' build-status badge in README.

This commit is contained in:
Lampros Smyrnaios 2024-02-08 19:49:58 +02:00
parent b72996c9a9
commit 749172edd8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# UrlsController
# UrlsController [![Build Status](https://jenkins-dnet.d4science.org/buildStatus/icon?job=UrlsController)](https://jenkins-dnet.d4science.org/job/UrlsController/)
The Controller's Application receives requests coming from the [**Workers**](https://code-repo.d4science.org/lsmyrnaios/UrlsWorker) (deployed on the cloud), constructs an assignments-list with data received from a database and returns the list to the workers.<br>
Then, it receives the "WorkerReports", it requests the full-texts from the workers, in batches, and uploads them on the S3-Object-Store. Finally, it writes the related reports, along with the updated file-locations into the database.<br>