corrects node verion in log output
This commit is contained in:
parent
1abea08d37
commit
1d8b7c4b69
@ -87,7 +87,7 @@ pipeline {
|
|||||||
jsNodeID = 'node-16'
|
jsNodeID = 'node-16'
|
||||||
buildCommand = "make"
|
buildCommand = "make"
|
||||||
} else if (k8slensVersion ==~ '6\\.[4-9]+\\.[0-9]+$') {
|
} else if (k8slensVersion ==~ '6\\.[4-9]+\\.[0-9]+$') {
|
||||||
echo "Version (${k8slensVersion}) is valid, we will build it with node 18."
|
echo "Version (${k8slensVersion}) is valid, we will build it with node 16."
|
||||||
doBuild = true
|
doBuild = true
|
||||||
jsNodeID = 'node-16'
|
jsNodeID = 'node-16'
|
||||||
buildCommand = "yarn && yarn run build && yarn run build:app"
|
buildCommand = "yarn && yarn run build && yarn run build:app"
|
||||||
|
Reference in New Issue
Block a user