empty modules

develop
Hoshi 2024-08-20 22:19:03 +08:00
parent 0cb3e66a0e
commit 13d5de5f54
1 changed files with 5 additions and 1 deletions

6
Jenkinsfile vendored
View File

@ -1,2 +1,6 @@
@Library('jgpl_6.5') _
webPipeline()
webPipeline(onBuildInstallShell:{->
return """
pnpm install url-loader
"""}
)