Fix Install Jenkins #2
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Neutral/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Neutral/pipeline/head This commit looks good
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -13,8 +13,8 @@ pipeline {
 | 
				
			|||||||
        stage('Deploy Neutral') {
 | 
					        stage('Deploy Neutral') {
 | 
				
			||||||
            steps {
 | 
					            steps {
 | 
				
			||||||
                echo "[Neutral-Deploy] - Deploy Stage"
 | 
					                echo "[Neutral-Deploy] - Deploy Stage"
 | 
				
			||||||
                sh "ssh raphix@raphix.fr sudo apt update"
 | 
					                sh "ssh raphix@raphix.fr sudo apt update -y"
 | 
				
			||||||
                sh "ssh raphix@raphix.fr sudo apt upgrade"
 | 
					                sh "ssh raphix@raphix.fr sudo apt upgrade -y"
 | 
				
			||||||
                sh "ssh raphix@raphix.fr /home/gitlab-ci/neutral_deploy.sh"
 | 
					                sh "ssh raphix@raphix.fr /home/gitlab-ci/neutral_deploy.sh"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user