# File lib/gitlab/client/build_variables.rb, line 37 def create_variable(project, key, value) post("/projects/#{project}/variables", body: { key: key, value: value }) end