We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0510910 commit a7b9da0Copy full SHA for a7b9da0
apps/src/jenkins-job-builder.py
@@ -33,7 +33,7 @@ def get_platform_metadata():
33
Creates a dict containing display name and version list for a given platform.
34
"""
35
return {
36
- p["id"]: {"name": p["name"], "versions": dict(p["versions"])} for p in catalog.platforms
+ p["id"]: {"name": p["name"], "versions": list(p["versions"])} for p in catalog.platforms
37
}
38
39
0 commit comments