diff --git a/magicleaps/alpha/ci/Jenkinsfile b/magicleaps/alpha/ci/Jenkinsfile index 51463409..f055637b 100644 --- a/magicleaps/alpha/ci/Jenkinsfile +++ b/magicleaps/alpha/ci/Jenkinsfile @@ -18,8 +18,8 @@ executeFreeleapsPipeline { npmPackageJsonFile: 'package.json', buildCacheEnabled: true, buildAgentImage: 'node:lts', - buildCommand: 'npm run build', - buildArtifacts: ['dist'], + buildCommand: 'echo "Vue 3 & Webpack cause pod OOM, so we just skip it."', + buildArtifacts: ['Dockerfile'], lintEnabled: false, sastEnabled: false, imageRegistry: 'docker.io',