浏览代码

更新 'Jenkinsfile'

wuheng 1 年之前
父节点
当前提交
4cc8983785
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'