Skip to content

Add variables details in workspace create steps

Vishal Tak requested to merge vtak-master-patch-364a into master

What does this MR do and why?

As part of workspace creation, we've introduced a new feature of being able to specify environment variables which should be injected into the workspace that the user can specify. See screenshot below. This MR updates the docs for the same. The GraphQL docs are already updated and can be accessed at https://docs.gitlab.com/ee/api/graphql/reference/#mutationworkspacecreate and https://docs.gitlab.com/ee/api/graphql/reference/#workspacevariableinput .

image

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Vishal Tak

Merge request reports