Created
December 20, 2023 12:57
-
-
Save Storager/67e3303deab4a8e615a181c5f76ff587 to your computer and use it in GitHub Desktop.
groovy call dmesgCollector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def call(Map config = [:]) { | |
| script { | |
| def z = new org.zoo.DmesgCollector() | |
| z.getDmesg(config.startDate, config.endDate, config.kMesg) | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment