Build 3084 release notes say:
Build Systems may now define a list of file name wildcard patterns to trigger on, via the file_patterns key
What is the syntax for that? Tried adding a file_patterns key to a build system def, but that caused an error.
"build_systems":
{
"name": "build1",
"shell_cmd": "deploy build1"
},
{
"name": "build2",
"file_patterns": "*Foo.js",
"shell_cmd": "deploy build2"
}
]
On build:
init() got an unexpected keyword argument ‘file_patterns’