Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,761
    • Issues 44,761
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #24146
Closed
Open
Issue created Sep 12, 2018 by Julien Orain@juorainmax

Give pipeline variables as query string parameters from /pipelines/new page

Problem to solve

I would like to be able to give pipeline variables as parameters of the /pipelines/new request.

Further details

To create a new pipeline, I usually go to <repo>/pipelines/new

I already can add a ref parameter to automatically choose the branch name or tag as <repo>/pipelines/new?ref=master

I would like to add a way to populate variables in a similar way than the ref parameter.

Proposal

We will add support for query strings as follows: repo/pipelines/new?ref=master&var[key1]=value1&file_var[key2]=value2

What does success look like, and how can we measure that?

Ideally, the previous url would prints out : Screen_Shot_2018-09-12_at_19.53.06

Links / references

Edited Oct 23, 2019 by Jason Yavorska
Assignee
Assign to
Time tracking