mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Ensure backend build is pulling node:latest first
This commit is contained in:
		
							
								
								
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -62,6 +62,7 @@ pipeline {
 | 
				
			|||||||
		stage('Backend') {
 | 
							stage('Backend') {
 | 
				
			||||||
			steps {
 | 
								steps {
 | 
				
			||||||
				echo 'Checking Syntax ...'
 | 
									echo 'Checking Syntax ...'
 | 
				
			||||||
 | 
									sh 'docker pull node:latest'
 | 
				
			||||||
				// See: https://github.com/yarnpkg/yarn/issues/3254
 | 
									// See: https://github.com/yarnpkg/yarn/issues/3254
 | 
				
			||||||
				sh '''docker run --rm \\
 | 
									sh '''docker run --rm \\
 | 
				
			||||||
					-v "$(pwd)/backend:/app" \\
 | 
										-v "$(pwd)/backend:/app" \\
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user