Updated jenkins file

This commit is contained in:
2026-05-08 19:48:23 +00:00
parent 7b9e8c2c83
commit e470a5d7e5

View File

@@ -35,13 +35,14 @@ pipeline {
]) { ]) {
sh """ sh """
. venv/bin/activate . venv/bin/activate
python3 bsky_post.py "DIVENDRES NIT PER FI!!!!!!!!!!!" \\ python3 bsky_post.py \
--username "\$BSKY_GROMENAWARE_HANDLE" \\ --text "DIVENDRES NIT PER FI!!!!!!!!!!!" \
--password "\$BSKY_GROMENAWARE_APP_PASSWORD" \\ --image media/divendres_nit.mp4 \
--video media/divendres_nit.mp4 \\ --alt "La bogeria del divendres nit" \
--alt "DIVENDRES NIT PER FI!!!!!!!!!!!" \\ --bsky-handle "$BSKY_GROMENAWARE_HANDLE" \
--lang ca \\ --bsky-password "$BSKY_GROMENAWARE_APP_PASSWORD" \
--service https://eurosky.social --bsky-base-url "https://eurosky.social" \
--bsky-langs "ca"
""" """
} }
} }