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
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
tools {
|
||||
nodejs "node"
|
||||
nodejs "nodejs-default"
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
||||
Reference in New Issue
Block a user