Update jenkins-script.yaml (#4752)
* Update jenkins-script.yaml The Jenkins console (with the latest version) in the response body does not contain Scriptconsole, but contains "Script Console". * additional matcher update Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
e11930502e
commit
056ef1ba38
|
@ -25,8 +25,13 @@ requests:
|
|||
part: body
|
||||
words:
|
||||
- "println(Jenkins.instance.pluginManager.plugins)"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Script Console"
|
||||
- "Scriptconsole"
|
||||
condition: and
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue