mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"name": "Jenkins",
|
|
"website": "https://jenkins.io/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-jenkins]",
|
|
"regexp": "([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<span class=\"jenkins_ver\"><a href=\"https://jenkins\\.io/\">Jenkins ver\\. ([\\d.]+)",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Java"
|
|
} |