mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	try to set the yarn version in jenkins
This commit is contained in:
		
							
								
								
									
										15
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -141,6 +141,21 @@ pipeline { | |||||||
| 							junit 'test/results-sqlite/junit/*' | 							junit 'test/results-sqlite/junit/*' | ||||||
| 						} | 						} | ||||||
| 					} | 					} | ||||||
|  | 					junit 'test/results/junit/*' | ||||||
|  | 				} | ||||||
|  | 			} | ||||||
|  | 		} | ||||||
|  | 		stage('Docs') { | ||||||
|  | 			when { | ||||||
|  | 				not { | ||||||
|  | 					equals expected: 'UNSTABLE', actual: currentBuild.result | ||||||
|  | 				} | ||||||
|  | 			} | ||||||
|  | 			steps { | ||||||
|  | 				dir(path: 'docs') { | ||||||
|  | 					sh 'yarn set version berry' | ||||||
|  | 					sh 'yarn install' | ||||||
|  | 					sh 'yarn build' | ||||||
| 				} | 				} | ||||||
| 				stage('Mysql') { | 				stage('Mysql') { | ||||||
| 					steps { | 					steps { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user