added nodeJS as tool
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-25 10:50:26 +02:00
parent d5a7058f2d
commit b2e00eb030

4
Jenkinsfile vendored
View File

@@ -2,6 +2,10 @@
pipeline {
agent any
tools {
nodejs 'NodeJS-24.2.0'
}
stages {
stage('Install Dependencies') {
steps {