Remove nodejs from tools

This commit is contained in:
Marcin Szczepański 2019-11-24 12:06:34 +01:00
parent 1d01f427f2
commit 6c440f3ad7

1
Jenkinsfile vendored
View File

@ -3,7 +3,6 @@ pipeline {
tools {
maven 'Default'
jdk 'java-11-openjdk-amd64'
nodejs 'localNode'
}
stages {