Browse Source

更新 'Jenkinsfile'

wuheng 1 năm trước cách đây
mục cha
commit
4cc8983785
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -5,6 +5,7 @@ pipeline {
     }
     stages {
         stage('Build') {
+           checkout scm
             steps {
                 nodejs('20.6.0') {
 										sh 'npm install -g pnpm --registry https://registry.npm.taobao.org'