From c0a3e0e354d495cdb5db5108d1f8731fc4a1d2ae Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Sun, 29 Mar 2026 18:16:28 +0200 Subject: [PATCH] Added new yml --- jenkins/3catJenkinsfileTw | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jenkins/3catJenkinsfileTw b/jenkins/3catJenkinsfileTw index b36333d..6079d12 100644 --- a/jenkins/3catJenkinsfileTw +++ b/jenkins/3catJenkinsfileTw @@ -42,6 +42,10 @@ pipeline { string(credentialsId: 'BSKY_3CAT_APP_PASSWORD', variable: 'BSKY_3CAT_APP_PASSWORD') ]) { sh ''' + # 1. Activate the virtual environment in THIS shell + . venv/bin/activate + + # 2. Now run the script (it will use the venv's Python and find 'arrow') python3 twitter2bsky_daemon.py \ --twitter-username "$TWITTER_USERNAME" \ --twitter-password "$TWITTER_PASSWORD" \