find specific file
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -86,7 +86,7 @@ pipeline {
 | 
				
			|||||||
              }
 | 
					              }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        sh "aws s3 cp $(ls dist/ | grep semver) s3://rbn-ops-pkg-us-east-1/${env.SERVICE}/${env.SERVICE}-${env.VERSION}.tar.gz"
 | 
					        sh "aws s3 cp `ls dist/ | grep semver` s3://rbn-ops-pkg-us-east-1/${env.SERVICE}/${env.SERVICE}-${env.VERSION}.tar.gz"
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      post
 | 
					      post
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user