Added testing of pip installation and archiving
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ydeng/bmlsa/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ydeng/bmlsa/pipeline/head This commit looks good
				
			This commit is contained in:
		
							
								
								
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -20,6 +20,12 @@ pipeline {
 | 
			
		||||
        stage("test") {
 | 
			
		||||
            steps {
 | 
			
		||||
                sh "pip install dist/*.whl"
 | 
			
		||||
                sh "bmlsa -h"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        stage("archive") {
 | 
			
		||||
            steps {
 | 
			
		||||
                archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        stage("publish") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user