chore: fixed node toolname in Jenkinsfile
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Daniel Ledda
2021-08-28 21:47:35 +02:00
parent 83a59ebf6b
commit d24e05b271

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline {
agent any
tools {
nodejs "node"
nodejs "nodejs-default"
}
stages {
stage('Build') {