Explorar o código

更新 'Jenkinsfile'

wuheng hai 1 ano
pai
achega
4cc8983785
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'