nodejs-latest to node-latest
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit

This commit is contained in:
2025-04-26 13:33:15 +02:00
parent 9650577cf1
commit 9314c462c8

2
Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent any
tools {
nodejs 'nodejs-latest' // Jenkins global tool name for Node.js
nodejs 'node-latest' // Jenkins global tool name for Node.js
}
environment {