Added new yml

This commit is contained in:
Guillem Hernandez Sola
2026-03-29 20:26:43 +02:00
parent 1b80dedcd0
commit 072e48e63b

View File

@@ -31,7 +31,7 @@ pipeline {
// Securely inject Jenkins credentials as environment variables // Securely inject Jenkins credentials as environment variables
withCredentials([ withCredentials([
string(credentialsId: 'BSKY_CRUNCHYROLL_HANDLE', variable: 'BSKY_CRUNCHYROLL_HANDLE'), string(credentialsId: 'BSKY_CRUNCHYROLL_HANDLE', variable: 'BSKY_CRUNCHYROLL_HANDLE'),
string(credentialsId: 'BSKY_CRUNCHYROLL_USERNAME', variable: 'BSKY_CRUNCHYROLL_USERNAME'), string(credentialsId: 'TWITTER_CRUNCHY_EMAIL', variable: 'TWITTER_CRUNCHY_EMAIL'),
string(credentialsId: 'BSKY_CRUNCHYROLL_APP_PASSWORD', variable: 'BSKY_CRUNCHYROLL_APP_PASSWORD') string(credentialsId: 'BSKY_CRUNCHYROLL_APP_PASSWORD', variable: 'BSKY_CRUNCHYROLL_APP_PASSWORD')
]) { ]) {
sh ''' sh '''