流水线查询
This commit is contained in:
		
							parent
							
								
									69c6e2ac3f
								
							
						
					
					
						commit
						ab3242569d
					
				| 
						 | 
					@ -7,7 +7,7 @@ class Ci::PipelinesController < Ci::BaseController
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # ======流水线相关接口========== #
 | 
					  # ======流水线相关接口========== #
 | 
				
			||||||
  def list
 | 
					  def list
 | 
				
			||||||
    @pipelines = Ci::Pipeline.where('login=? and identifier=?', current_user.login, params[:identifier])
 | 
					    @pipelines = Ci::Pipeline.where('identifier=?', params[:identifier])
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def create
 | 
					  def create
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue