Regular Expressions 101

Community Patterns

print_build_data

1

Regular Expression
Python

r"
^builds/job/(?P<job_name>(larch|thunder))/start/(?P<start_date>[0-9]+)/end/(?P<end_date>[0-9]+)/$
"

Description

URL to get build data from the api

Submitted by anonymous - 9 years ago