Docker image
Hosted over at https://quay.io/repository/iver-wharf/wharf-api
docker pull quay.io/iver-wharf/wharf-api:v5.2.0
Changes (since v5.1.3)
-
Added
api
field to engine response (in e.gGET /api/engine
) that was added to the configuration in v5.1.0/#156. The field can currently only have two different values: (#185)-
"jenkins-generic-webhook-trigger"
: Jenkins Generic Webhook Trigger plugin: https://plugins.jenkins.io/generic-webhook-trigger/ -
"wharf-cmd.v1"
: wharf-cmd-provisioner REST interface v1, which is an extension of the jenkins-generic-webhook-trigger. Thebuild.workerId
is only set in the database if the engine API is of this type.
-
-
Fixed
PUT /api/project/{projectId}/branch
where it created invalid SQL statements to delete old branches. (#186)