Jenkins Test Build
	
		
			
	
		
	
	
		
	
		
			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:
		
							
								
								
									
										14
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -2,14 +2,22 @@ pipeline {
 | 
				
			|||||||
    agent any
 | 
					    agent any
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    stages {
 | 
					    stages {
 | 
				
			||||||
        stage('Testing Express Node JS') {
 | 
					        stage('Install Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                echo "Testing Neutral"
 | 
					                echo "[Neutral-Deploy] - Installation Stage".
 | 
				
			||||||
 | 
					                ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        stage('Test Neutral') {
 | 
				
			||||||
 | 
					            steps {
 | 
				
			||||||
 | 
					                 echo "[Neutral-Deploy] - Test Stage"
 | 
				
			||||||
 | 
					                 ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        stage('Deploy Neutral') {
 | 
					        stage('Deploy Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                echo "Deploying Neutral"
 | 
					                 echo "[Neutral-Deploy] - Deploy Stage"
 | 
				
			||||||
 | 
					                 ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user