Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleintegration-csit.yaml
linenumberstrue
---
- project:
    name: integration-csit
    jobs:
      - '{project-name}-{stream}-verify-csit-{functionality}'
      - '{project-name}-{stream}-csit-{functionality}':
          trigger_jobs:

    project: 'integration'
    stream: 'master'
    functionality:
      - 'functionality1'
    pattern: '**'
    robot-options: ''

    branch: 'master'

...