From 78580f326733f6815926de6140c4ae2eb2f7fa70 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 7 May 2026 09:24:29 +0200 Subject: [PATCH] Fix on JKenkins file --- jenkins/dijous | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jenkins/dijous b/jenkins/dijous index ec977c8..2dc159e 100644 --- a/jenkins/dijous +++ b/jenkins/dijous @@ -17,6 +17,12 @@ pipeline { } stages { + stage('Install dependencies') { + steps { + sh 'pip3 install --quiet atproto' + } + } + stage('Post Dijous') { steps { sh """