Zack Williams | be54231 | 2022-06-23 21:51:32 -0700 | [diff] [blame] | 1 | --- |
| 2 | # DEPRECATED |
| 3 | # Note - transitioning to ONOS/Aether style one file and individual version |
| 4 | # jobs per repo, instead of the massive regex to match all repos |
| 5 | # |
| 6 | # This file exists only to handle the repos that haven't transitioned yet and |
| 7 | # are still in the regex |
| 8 | |
| 9 | - project: |
| 10 | name: versioning-jobs |
| 11 | |
| 12 | project: 'wildcard' |
| 13 | project-regexp: '{version-tag-projects-regexp}' |
| 14 | |
| 15 | jobs: |
| 16 | - 'version-tag' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 17 | |
| 18 | # [EOF] |