From eea8bf8ef05b65934331f822de63141697d39915 Mon Sep 17 00:00:00 2001 From: jianghao <332515344@qq.com> Date: Mon, 29 Dec 2025 14:51:23 +0800 Subject: [PATCH] Jenkins build --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8899512..0ee7171 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,8 +51,7 @@ pipeline { sh "chown -R jenkins:jenkins ${workspace}" // 使用更健壮的Docker命令 - sh "docker run -u \$ (id -u):\$ (id -g) -v ${workspace}:/app -w /app node:18-alpine sh -c 'npm install && npm run build'" } - } +sh sh 'docker run -u $ (id -u): $ (id -g) -v $ {workspace}:/app -w /app node:18-alpine sh -c "npm install && npm run build"' } } stage('Build Docker Image') {