Fix on JKenkins file

This commit is contained in:
Guillem Hernandez Sola
2026-05-07 09:24:29 +02:00
parent f93d765c1a
commit 78580f3267

View File

@@ -17,6 +17,12 @@ pipeline {
}
stages {
stage('Install dependencies') {
steps {
sh 'pip3 install --quiet atproto'
}
}
stage('Post Dijous') {
steps {
sh """