Test Neutral Pipeline
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Neutral/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Neutral/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		
							
								
								
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -5,8 +5,11 @@ pipeline {
 | 
				
			|||||||
        stage('[Neutral] - Test') {
 | 
					        stage('[Neutral] - Test') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                echo "[Neutral-Deploy] - Test Stage"
 | 
					                echo "[Neutral-Deploy] - Test Stage"
 | 
				
			||||||
                 // sh "git clone git clone https://git.raphix.fr/infrastructure/neutral.git neutral"
 | 
					                sh "rm -rf neutral"
 | 
				
			||||||
                
 | 
					                sh "git clone git clone https://git.raphix.fr/infrastructure/neutral.git"
 | 
				
			||||||
 | 
					                sh "cd neutral"
 | 
				
			||||||
 | 
					                sh "npm i"
 | 
				
			||||||
 | 
					                sh "PORT=3100 node bin/www"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user