Updated jenkins file
This commit is contained in:
@@ -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"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user