@@ -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'