Sfoglia il codice sorgente

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

mingliang.yang 3 mesi fa
parent
commit
49888fd1d5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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') {