Browse Source

add pc-client Jenkinsfile

zhoucg 2 years ago
parent
commit
f4d5ee93da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pc-client/Jenkinsfile

+ 1 - 1
pc-client/Jenkinsfile

@@ -21,7 +21,7 @@ pipeline {
 
 
 		stage('构建代码') {
 		stage('构建代码') {
             steps {
             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'
             }
             }
         }
         }