文件名称:json-schema-validator
文件大小:2KB
文件格式:ZIP
更新时间:2024-04-19 12:00:56
Groovy
json模式验证器 一种使用json模式检查复杂输入的方法 如果输入与传递的模式不匹配,则validateJson函数将抛出该异常(因此管道将失败) 先决条件: 在jenkins中安装共享库 (系统配置->系统配置->在全局管道库中->添加) 现代SCM 的github 仓库HTTPS URL: : 版本:主要 管道示例: @Library('json-schema-validator')_ properties([ parameters([ text(name: 'JSON_INPUT', defaultValue: ' [ {"name" : "rule1", "ipAddress" : "10.2.5.20" , "priority": 10 } ] ', description: 'the json complex input', ) ]) ])
【文件预览】:
json-schema-validator-main
----.gitignore(25B)
----README.md(1KB)
----vars()
--------validateJson.groovy(2KB)