Build_args contains data which are used to submit build to koji. It is very useful to have them in API response too:
... "build_args": { "branch": "branch", "commit": "259aa87f0466dd952ab353e10ab89f24fd40001d", "odcs_pulp_compose_id": 2, "parent": "parent-server-docker-7.4-105", "repository": "rpms/jenkins-slave-base-f26", "target": "f27-candidate" }, ....
LGTM.
+1
Pull-Request has been merged by jkaluza
Build_args contains data which are used to submit build to koji. It is very useful to have them in API response too: