diff --git a/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile b/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile index 580d4440..d0982b11 100644 --- a/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile @@ -60,8 +60,8 @@ executeFreeleapsPipeline { pnpmPackageJsonFile: 'package.json', buildCacheEnabled: true, buildAgentImage: 'node:lts', - buildCommand: 'pnpm -r build', - buildArtifacts: ['freeleaps/dist'], + buildCommand: 'NODE_OPTIONS=--max-old-space-size=4096 pnpm -r build', + buildArtifacts: ['freeleaps/dist', 'nuxt-frontend/.output/public'], lintEnabled: false, sastEnabled: false, imageRegistry: 'docker.io',