Add --bsky-langs es to Jenkins pipeline for specific language tagging

This commit is contained in:
Guillem Hernandez Sola
2026-04-30 10:20:41 +02:00
parent 19b8e09f29
commit 375191c497
2 changed files with 38 additions and 5 deletions

View File

@@ -82,7 +82,8 @@ pipeline {
--twitter-handle "$TWITTER_3CAT_HANDLE" \
--bsky-handle "$BSKY_3CAT_HANDLE" \
--bsky-password "$BSKY_3CAT_APP_PASSWORD" \
--bsky-base-url https://eurosky.social
--bsky-base-url https://eurosky.social \
--bsky-langs ca
'''
}
}