7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
@Library('jgpl') _
|
||
|
webPipeline([onBuildInstallShell:{->
|
||
|
return """
|
||
|
pnpm install -no-frozen-lockfile
|
||
|
pnpm run build || echo 'Ignore build error !!!'
|
||
|
"""
|
||
|
}])
|