Add the Jenkins' build-status badge in README.

This commit is contained in:
Lampros Smyrnaios 2024-02-08 19:12:04 +02:00
parent 5d7465df3c
commit cb736a8d66
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# UrlsWorker
# UrlsWorker [![Build Status](https://jenkins-dnet.d4science.org/buildStatus/icon?job=UrlsWorker)](https://jenkins-dnet.d4science.org/job/UrlsWorker/)
The Worker's Application, requests assignments from the [**Controller**](https://code-repo.d4science.org/lsmyrnaios/UrlsController) and processes them with the help of the [__PublicationsRetriever__](https://github.com/LSmyrnaios/PublicationsRetriever) software and downloads the available full-texts.<br>
Then, it posts the results to the Controller, which in turn, requests from the Worker, the full-texts which are not already found by other workers, in batches.<br>