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'