asdf
dustin/hudctrl/pipeline/head Something is wrong with the build of this commit
Details
dustin/hudctrl/pipeline/head Something is wrong with the build of this commit
Details
parent
403f8fbf64
commit
8f2e6f6748
|
@ -21,7 +21,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Build Frontent') {
|
||||
stage('Build Frontend') {
|
||||
steps {
|
||||
container('node') {
|
||||
dir('ui') {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
|
||||
sleep infinity
|
||||
npm install
|
||||
npm run build
|
||||
|
|
|
@ -15,8 +15,10 @@ spec:
|
|||
env:
|
||||
- name: npm_config_cache
|
||||
value: ./npm_cache
|
||||
- name: NODE_OPTIONS
|
||||
value: '--max_old_space_size=512'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 1G
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
|
|
Loading…
Reference in New Issue