Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
e5bd3529
Commit
e5bd3529
authored
May 17, 2020
by
Greg Messner
Browse files
Added variables field (#573)
parent
6a62e22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/pipeline-schedule.json
View file @
e5bd3529
...
@@ -21,5 +21,12 @@
...
@@ -21,5 +21,12 @@
"state"
:
"active"
,
"state"
:
"active"
,
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon"
,
"avatar_url"
:
"http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon"
,
"web_url"
:
"https://gitlab.example.com/root"
"web_url"
:
"https://gitlab.example.com/root"
}
},
"variables"
:
[
{
"key"
:
"TEST_VARIABLE_1"
,
"variable_type"
:
"env_var"
,
"value"
:
"TEST_1"
}
]
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment