Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change integration-csit.yaml content to match repo

...

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-name: 'integration'
    stream: 'master'
    functionality:
      - 'functionality1':
    pattern: '**'      trigger_jobs:
    robot-options: ''

    branch: 'master'

And update the project name (line 9) and functionality name (line 12) as appropriate.  

...