gitlab-org--gitlab-foss/app/helpers/triggers_helper.rb

6 lines
143 B
Ruby
Raw Normal View History

module TriggersHelper
2015-12-10 17:04:40 +00:00
def builds_trigger_url(project_id)
"#{Settings.gitlab.url}/api/v3/projects/#{project_id}/trigger/builds"
end
end