fixed node agent
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-06-25 10:04:59 +02:00
parent 533d94c6a5
commit d6baaef992

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline {
agent { label 'nodejs-builder' }
agent { label 'NodeJS-24.2.0r' }
stages {
stage('Install Dependencies') {