chore: put node tool back in Jenkinsfile lol
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit

This commit is contained in:
Daniel Ledda
2021-08-28 21:02:55 +02:00
parent 834f174050
commit df02010e0f

3
Jenkinsfile vendored
View File

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