@Library('jgpl_6.5') _
webPipeline(
cmpOnBuildInstallShell: {
return """
pnpm install
pnpm install url-loader
"""
},
)