From cb736a8d6693bc7d4841c0a4587ccab859ea23c0 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 8 Feb 2024 19:12:04 +0200 Subject: [PATCH] Add the Jenkins' build-status badge in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 130327c..a504111 100644 --- a/README.md +++ b/README.md @@ -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.
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.