Run multilingual audit stages on built-in Jenkins node

This commit is contained in:
2026-03-29 21:34:30 +02:00
parent 644d3c0b7b
commit f093a201d1
2 changed files with 3 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -100,6 +100,7 @@ pipeline {
}
}
stage('Post-Deploy Multilingual Audit') {
agent { label 'built-in' }
options {
timeout(time: 10, unit: 'MINUTES')
}