full build
This commit is contained in:
parent
e162b21164
commit
8cf693d792
@ -70,7 +70,7 @@ pipeline {
|
|||||||
echo "Version (${k8slensVersion}) is valid, we will build it with node 16."
|
echo "Version (${k8slensVersion}) is valid, we will build it with node 16."
|
||||||
doBuild = true
|
doBuild = true
|
||||||
jsNodeID = 'node-16'
|
jsNodeID = 'node-16'
|
||||||
buildCommand = "npm install -g npm@^9.6.7 && npm install && npm run build && npm run build:app -- --scope=open-lens -- --dir"
|
buildCommand = "npm install && npm run build && npm run build:app"
|
||||||
} else {
|
} else {
|
||||||
echo "Version (${k8slensVersion}) is not valid, we will not build it."
|
echo "Version (${k8slensVersion}) is not valid, we will not build it."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user