Gitlab Community Edition Instance

Skip to content

Version 0.7.3: added job parameters to response

parciak requested to merge parciak-add-job-parameter-response into master

Version 0.7.3

Include Job Parameters in the response

  • Context parameters supplied by a receive message will be attached to the response
  • The received context is stored in an own database column (job_parameters) as a JSON
  • The response message includes job_parameters, holding a dictionary of all supplied context parameters via receive

Merge request reports