mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 08:27:13 +08:00
fix java regexp to distinguish javascript
This commit is contained in:
@@ -436,9 +436,9 @@ const expectJobFilterTemplateList = [
|
|||||||
{
|
{
|
||||||
name: '研发 - Java',
|
name: '研发 - Java',
|
||||||
config: {
|
config: {
|
||||||
expectJobNameRegExpStr: 'Java',
|
expectJobNameRegExpStr: '\\bJava\\b',
|
||||||
expectJobTypeRegExpStr: 'Java',
|
expectJobTypeRegExpStr: '\\bJava\\b',
|
||||||
expectJobDescRegExpStr: 'JVM|Java|消息队列|MySQL|Nginx|Redis|Dubbo'
|
expectJobDescRegExpStr: '\\bJava\\b|JVM|消息队列|MQ|MySQL|Nginx|Redis|Dubbo'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user