fixed typo

This commit is contained in:
psycho 2021-02-09 10:45:52 +01:00
parent 174896c986
commit 3eac46a74b

2
Jenkinsfile vendored
View File

@ -74,7 +74,7 @@ if(params.BUILD_NODE)
{ {
build_node = params.BUILD_NODE build_node = params.BUILD_NODE
} }
if(params.DEViCE_CONF) if(params.DEVICE_CONF)
{ {
device_conf = params.DEVICE_CONF device_conf = params.DEVICE_CONF
} }