Updated pipeline to use branch 'main' as publishing branch
	
		
			
	
		
	
	
		
	
		
			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:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -24,7 +24,7 @@ pipeline {
 | 
			
		||||
        }
 | 
			
		||||
        stage("publish") {
 | 
			
		||||
            when {
 | 
			
		||||
                branch '**/master'
 | 
			
		||||
                branch '**/main'
 | 
			
		||||
            }
 | 
			
		||||
            steps {
 | 
			
		||||
                withCredentials([usernamePassword(credentialsId: 'rs-git-package-registry-ydeng', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user