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:07:31 +02:00
parent d6baaef992
commit 7d15e0369d

2
Jenkinsfile vendored
View File

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