소스 검색

add pc-client Jenkinsfile

zhoucg 2 년 전
부모
커밋
f523ed3d3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pc-client/Jenkinsfile

+ 1 - 1
pc-client/Jenkinsfile

@@ -11,7 +11,7 @@ pipeline {
         projectNodePort=30004
     }
 
-    tools {nodejs "nodejs1430"}
+    tools {nodejs "node-v16.17.1"}
 
     stages {
         stage('拉取代码') {