Skip to content

screwdriver-cd-test/event-meta-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

event-meta-example

Example of prepopulating Meta by configuring the payload of the POST request to /v4/events.

Example payload:

{
	"pipelineId": 1,
	"meta": {
		"foo": "bar",
		"one": 1
	},
	"startFrom": "~commit"
}

From the build:

meta get foo
bar

meta get one
1