Added 'archive' stage to Jenkins pipeline
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ydeng/csvbyname/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ydeng/csvbyname/pipeline/head This commit looks good
				
			This commit is contained in:
		
							
								
								
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -22,7 +22,12 @@ pipeline {
 | 
			
		||||
                sh "pip install dist/*.whl"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        stage("publish") {
 | 
			
		||||
        stage("archive") {
 | 
			
		||||
            steps {
 | 
			
		||||
                archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        stage("publish package") {
 | 
			
		||||
            when {
 | 
			
		||||
                branch '**/main'
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user