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 {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
tools {
|
||||||
nodejs "node"
|
nodejs "nodejs-default"
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|||||||
Reference in New Issue
Block a user