)]}'
{"roles/check-to-build-or-not-to-build/tasks/main.yml":[{"author":{"_account_id":9592,"name":"wes hayutin","email":"whayutin@redhat.com","username":"weshayutin"},"change_message_id":"2d5bbc2a2fe42688721ee8d40b1356e23ca61aaf","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"- name: Cleanup end of ZUUL_CHANGES"},{"line_number":10,"context_line":"  set_fact:"},{"line_number":11,"context_line":"    zuul_changes: \"{{ zuul_changes|regex_replace(\u0027:[a-z/]*:refs/changes/\\\\d{2}/\\\\d+/\\\\d+\u0027,\u0027\u0027) }}\""},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"- name: Split zuul_changes to a list"},{"line_number":14,"context_line":"  set_fact:"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"3fa7e38b_6ba6e0ad","line":11,"updated":"2019-09-27 15:49:16.000000000","message":"hrm.. I didn\u0027t see the z/] vs z] make much of a diff.. it does look like we should replace /\\\\d{2} w/ /\\d{2}\n\nhttps://regex101.com/r/AqeWc7/1/\n\nwdyt?","commit_id":"dd910bde01fff972a69533acd97e1af6f99e75f4"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"ee0a9291407c26f87c6278e0ce9b6f3f887f2492","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"- name: Cleanup end of ZUUL_CHANGES"},{"line_number":10,"context_line":"  set_fact:"},{"line_number":11,"context_line":"    zuul_changes: \"{{ zuul_changes|regex_replace(\u0027:[a-z/]*:refs/changes/\\\\d{2}/\\\\d+/\\\\d+\u0027,\u0027\u0027) }}\""},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"- name: Split zuul_changes to a list"},{"line_number":14,"context_line":"  set_fact:"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"3fa7e38b_6b702009","line":11,"in_reply_to":"3fa7e38b_6ba6e0ad","updated":"2019-09-27 16:01:04.000000000","message":"@weshay, / is the one making difference, we want to match master and stable/\u003cbranch\u003e, the earlier regex was not handling stable/\u003cbranch\u003e, now it works, the regex online is not working with this regex, but i tried with ansible and it was working fine, it can be changed to [a-z\\/] as well.","commit_id":"dd910bde01fff972a69533acd97e1af6f99e75f4"}]}
