Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-29 18:16:28 +02:00
parent 7626e123bf
commit c0a3e0e354

View File

@@ -42,6 +42,10 @@ pipeline {
string(credentialsId: 'BSKY_3CAT_APP_PASSWORD', variable: 'BSKY_3CAT_APP_PASSWORD') string(credentialsId: 'BSKY_3CAT_APP_PASSWORD', variable: 'BSKY_3CAT_APP_PASSWORD')
]) { ]) {
sh ''' 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 \ python3 twitter2bsky_daemon.py \
--twitter-username "$TWITTER_USERNAME" \ --twitter-username "$TWITTER_USERNAME" \
--twitter-password "$TWITTER_PASSWORD" \ --twitter-password "$TWITTER_PASSWORD" \