!License

The !License tag requests a particular software license to be reserved for the execution of a particular !Job.

It may either be specified in the compact sequence form or verbose mapping form:

1
2
3
4
!Job
  ...
  resources:
    - !License [ToolA, 2]
1
2
3
4
5
6
!Job
  ...
  resources:
    - !License
      name : ToolA
      count: 2
Field Required Description
name Name of the license to reserve
count Number of instances of the license to reserve (defaults to 1)