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