Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
developers:jenkins:job_naming [2015/12/07 07:05] – tux3 | developers:jenkins:job_naming [2017/10/08 07:57] (current) – [Jenkins Job Naming] Added Ubuntu Artful to the regex nurupo | ||
---|---|---|---|
Line 6: | Line 6: | ||
^( | ^( | ||
( # define some frequently used capture groups | ( # define some frequently used capture groups | ||
- | (? | + | (? |
- | (?< | + | (?< |
- | (?< | + | (?< |
- | (?< | + | (?< |
- | (?< | + | (?< |
- | (?< | + | (?< |
) | ) | ||
| | | | ||
Line 40: | Line 40: | ||
((?< | ((?< | ||
# then match | # then match | ||
- | (wheezy|jessie|stretch|sid|trusty|utopic|vivid|wily|xenial)_ | + | (jessie|stretch|buster|sid|xenial|yakkety|zesty|artful)_ |
) | ) | ||
| | | | ||
Line 56: | Line 56: | ||
</ | </ | ||
- | You can test your job name against the regex using [[https:// | + | You can test your job name against the regex using [[https:// |
===== Examples of valid job names ===== | ===== Examples of valid job names ===== | ||
Line 68: | Line 68: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* '' | * '' | ||
* '' | * '' |