Skip to content

Verigreen fails to get status for jenkins jobs if the 'jenkins.branchParamName' parameter is not the first parameter #130

Description

@aleitamar

When verigreen tries to get the status of jenkins jobs, it assumes that the first parameter of the job will be the 'jenkins.branchParamName' parameter.

JsonObject parameterJsonObject = (JsonObject) jsonParametersArray.get(0);

If the first parameter is a different one, verigreen fails with 'TRIGGER_FAILED', even after triggering the jenkins job successfully.

This should be fixed or documented (maybe as part of the FAQ 'TRIGGER_FAILED' section?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions