Docker image
Hosted over at https://quay.io/repository/iver-wharf/wharf-api
docker pull quay.io/iver-wharf/wharf-api:v5.2.0Changes (since v5.1.3)
-
Added
apifield 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.workerIdis only set in the database if the engine API is of this type.
-
-
Fixed
PUT /api/project/{projectId}/branchwhere it created invalid SQL statements to delete old branches. (#186)