ソースを参照

add pc-client Jenkinsfile

zhoucg 2 年 前
コミット
f4d5ee93da
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pc-client/Jenkinsfile

+ 1 - 1
pc-client/Jenkinsfile

@@ -21,7 +21,7 @@ pipeline {
 
 		stage('构建代码') {
             steps {
-                sh '/opt/jenkins/data/node-v16.17.1/bin/npm run build'
+                sh '/var/jenkins_home/node-v16.17.1/bin/npm run build'
             }
         }