nodejs-latest to node-latest
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit
Some checks failed
gitea/abap_tutorial_11/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user