Browse Source

fix: 2025-02-27 添加jenkines打包文件

mingliang.yang 3 months ago
parent
commit
49888fd1d5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

@@ -6,6 +6,9 @@ pipeline {
                 steps {
                     // 从版本控制系统中检出代码
                    sh 'whoami'
+                   sh 'node -v'
+                   sh 'npm -v'
+                   sh 'pnpm -v'
                 }
             }
         stage('Checkout') {