Job descriptions for Jenkins Job Builder in YAML format.
Declarations
Type
strings concatenated with "\n"Default
""Example
''
- job:
name: jenkins-job-test-1
builders:
- shell: echo 'Hello world!'
''Job descriptions for Jenkins Job Builder in YAML format.
strings concatenated with "\n"""''
- job:
name: jenkins-job-test-1
builders:
- shell: echo 'Hello world!'
''