# Pastebin uCLh5cru --- - defaults: name: global view-regex: '{project-name}-.*' view-description: 'default description {project-name}' - view-template: id: common-view name: '{project-name}' view-type: list filter-executors: false filter-queue: false columns: - status - weather - job - last-success - last-failure - last-duration - build-button - jacoco - find-bugs - robot-list recurse: false regex: '{view-regex}' description: '{view-description}'- project: name: test-project1 project: test-project project-name: test-project jobs: - '{name}-{seq}' seq: - a - b - c views: - common-view view-regex: '{project-name}-.*' view-description: 'this is a test view {project-name}'- project: name: test-project2 project: test-project project-name: test-project jobs: - '{name}-{seq}' seq: - a - b - c views: - common-view view-regex: '{project-name}-.*' view-description: 'this is a test view {project-name}' - project: name: test-project3 project: test-project project-name: test-project jobs: - '{name}-{seq}' seq: - d - e - f views: - common-view view-regex: '{project-name}-.*' view-description: 'this is a test view {project-name}'- job-template: name: '{name}-{seq}' builders: - shell: 'echo "hello world"'