feature/RVRNEXT-11-events #54
							
								
								
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -35,7 +35,7 @@ pipeline {
 | 
			
		||||
                sh 'vendor/bin/phpunit --log-junit unit_test_results.xml --testdox tests'
 | 
			
		||||
            }
 | 
			
		||||
            post {
 | 
			
		||||
                success {
 | 
			
		||||
                always {
 | 
			
		||||
                    archiveArtifacts 'unit_test_results.xml'
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
@ -53,7 +53,7 @@ pipeline {
 | 
			
		||||
                sh 'php vendor/bin/phpstan analyse -c phpstan.neon --error-format=prettyJson > static_code_analysis_results.json'
 | 
			
		||||
            }
 | 
			
		||||
            post {
 | 
			
		||||
                success {
 | 
			
		||||
                always {
 | 
			
		||||
                    archiveArtifacts 'static_code_analysis_results.json'
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user