Schema:Deployment

PHP logging

EventLogging::logEvent( 'Deployment', 5672091, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"Deployment": 5672091
			}
		}
	}
}

JavaScript logging

mw.track( 'event.Deployment', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 5672091
description"Represents a software deployment on the Wikimedia cluster."
properties
product
type"string"
requiredtrue
description"Name of software project being deployed"
deployer
type"string"
requiredtrue
description"Deployer's name"
sha1
type"string"
description"SHA1 of git commit corresponding to deployment"
comment
type"string"
description"A human-readable description of the changes being deployed."