Explorar el Código

add pc-client Jenkinsfile

zhoucg hace 2 años
padre
commit
f4d5ee93da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
             }
         }