Updated jenkins file
This commit is contained in:
@@ -35,13 +35,14 @@ pipeline {
|
||||
]) {
|
||||
sh """
|
||||
. venv/bin/activate
|
||||
python3 bsky_post.py "DIVENDRES NIT PER FI!!!!!!!!!!!" \\
|
||||
--username "\$BSKY_GROMENAWARE_HANDLE" \\
|
||||
--password "\$BSKY_GROMENAWARE_APP_PASSWORD" \\
|
||||
--video media/divendres_nit.mp4 \\
|
||||
--alt "DIVENDRES NIT PER FI!!!!!!!!!!!" \\
|
||||
--lang ca \\
|
||||
--service https://eurosky.social
|
||||
python3 bsky_post.py \
|
||||
--text "DIVENDRES NIT PER FI!!!!!!!!!!!" \
|
||||
--image media/divendres_nit.mp4 \
|
||||
--alt "La bogeria del divendres nit" \
|
||||
--bsky-handle "$BSKY_GROMENAWARE_HANDLE" \
|
||||
--bsky-password "$BSKY_GROMENAWARE_APP_PASSWORD" \
|
||||
--bsky-base-url "https://eurosky.social" \
|
||||
--bsky-langs "ca"
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user