Test Neutral Pipeline #5
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Neutral/pipeline/head Something is wrong with the build of this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Neutral/pipeline/head Something is wrong with the build of this commit
				
			This commit is contained in:
		
							
								
								
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -15,12 +15,17 @@ pipeline {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        stage('[Neutral] - Deploy') {
 | 
					        stage('[Neutral] - Deploy') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                userInput = input(
 | 
					                script {
 | 
				
			||||||
 | 
					                    def userInput = input(
 | 
				
			||||||
                    id: 'userInput', message: 'Enter path of test reports:?', 
 | 
					                    id: 'userInput', message: 'Enter path of test reports:?', 
 | 
				
			||||||
                    parameters: [
 | 
					                    parameters: [
 | 
				
			||||||
                    [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'],
 | 
					                    [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Path of config file', name: 'Config'],
 | 
				
			||||||
                    [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Test Info file', name: 'Test']
 | 
					                    [$class: 'TextParameterDefinition', defaultValue: 'None', description: 'Test Info file', name: 'Test']
 | 
				
			||||||
                    ])
 | 
					                    ])
 | 
				
			||||||
 | 
					                    echo ("IQA Sheet Path: "+userInput['Config'])
 | 
				
			||||||
 | 
					                    echo ("Test Info file path: "+userInput['Test'])
 | 
				
			||||||
 | 
					                              
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
                echo "[Neutral-Deploy] - Deploy Stage"
 | 
					                echo "[Neutral-Deploy] - Deploy Stage"
 | 
				
			||||||
                sh "ssh raphix@raphix.fr sudo apt update -y"
 | 
					                sh "ssh raphix@raphix.fr sudo apt update -y"
 | 
				
			||||||
                sh "ssh raphix@raphix.fr sudo apt upgrade -y"
 | 
					                sh "ssh raphix@raphix.fr sudo apt upgrade -y"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user