Jenkins Test Build #4
	
		
			
	
		
	
	
		
	
		
			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:
		
							
								
								
									
										15
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -4,20 +4,23 @@ pipeline {
 | 
				
			|||||||
    stages {
 | 
					    stages {
 | 
				
			||||||
        stage('Install Neutral') {
 | 
					        stage('Install Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                echo "[Neutral-Deploy] - Installation Stage".
 | 
					                String result = echo "[Neutral-Deploy] - Installation Stage".
 | 
				
			||||||
                "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
 | 
					                "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
 | 
				
			||||||
 | 
					                println result.toUpperCase()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        stage('Test Neutral') {
 | 
					        stage('Test Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                 echo "[Neutral-Deploy] - Test Stage"
 | 
					                 String result = echo "[Neutral-Deploy] - Test Stage"
 | 
				
			||||||
                 "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
 | 
					                 "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
 | 
				
			||||||
 | 
					                 println result.toUpperCase()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        stage('Deploy Neutral') {
 | 
					        stage('Deploy Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                 echo "[Neutral-Deploy] - Deploy Stage"
 | 
					                 String result = echo "[Neutral-Deploy] - Deploy Stage"
 | 
				
			||||||
                 "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute()
 | 
					                 "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute().text
 | 
				
			||||||
 | 
					                 println result.toUpperCase()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user