gwidion
gwidion
``` @Serializable data class Foo( val bar: Bar, val topValue: String? = null, ) @Serializable data class Bar( val subValue: String? = null, ) val foo = Yaml.decodeFromString(""" bar: subValue:...
When I have a trigger job, using REST API returns long id value: ``` curl --header "PRIVATE-TOKEN: XXX" "https://gitlab.com/api/v4/projects/YYYY/pipelines/ZZZ/bridges" ``` result: ``` [{"id":6747393391,"status":"manual"... ``` when calling ``` pipelineApi.getBridgesForPipeline(projectId, pipelineId, 20,...
### Is your feature request related to a problem? I haven't found a way to test health status inside a docker container. Neither `curl` nor `wget` is available in the...