A YAML file containing the specification for the executable portion of your Jenkins job configuration.

For Example:

kind: !freestyle
builder:
  kind: !shell
  command: echo Hello World

To see what your job configuration might look like as a YAML, try creating it through the traditional Jenkins web interface, and then clicking on the "YAML Project" in the left-hand navigation pane.