chore: removed node tool from Jenkinsfile test
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 20:59:38 +02:00
parent 87b9078072
commit 834f174050

3
Jenkinsfile vendored
View File

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