From e8b727c94226e96ea592130c5001b33f8f5f6423 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 9 Apr 2026 18:29:59 +0200 Subject: [PATCH] feat(rss) Added Pillow in pip --- jenkins/324RSS | 2 +- jenkins/crunchyRSS | 2 +- jenkins/ePrss | 2 +- jenkins/rac1rss | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins/324RSS b/jenkins/324RSS index ff9608a..f66aa94 100644 --- a/jenkins/324RSS +++ b/jenkins/324RSS @@ -21,7 +21,7 @@ pipeline { # Activate it and install the required packages . venv/bin/activate - pip install -U atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install -U atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/crunchyRSS b/jenkins/crunchyRSS index 5c66027..a43531c 100644 --- a/jenkins/crunchyRSS +++ b/jenkins/crunchyRSS @@ -21,7 +21,7 @@ pipeline { # Activate it and install the required packages for the RSS script . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/ePrss b/jenkins/ePrss index 4af4ecd..f1e0232 100644 --- a/jenkins/ePrss +++ b/jenkins/ePrss @@ -12,7 +12,7 @@ pipeline { sh ''' python3 -m venv venv . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } } diff --git a/jenkins/rac1rss b/jenkins/rac1rss index 20bd49a..29c543d 100644 --- a/jenkins/rac1rss +++ b/jenkins/rac1rss @@ -14,7 +14,7 @@ pipeline { # Create and activate the virtual environment, then install dependencies python3 -m venv venv . venv/bin/activate - pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer + pip install atproto fastfeedparser beautifulsoup4 httpx arrow charset-normalizer Pillow ''' } }