We use Jenkinsfiles to control our benchmarks and we perform audits of them using grep but it would be helfpul to be able to parse their syntax to perform more complete analysis. There are two Jenkinsfile formats, declarative and scripted. We want everyone to use declarative but the parse should be able to identify the different without errors.
https://www.jenkins.io/doc/book/pipeline/syntax/
We use Jenkinsfiles to control our benchmarks and we perform audits of them using grep but it would be helfpul to be able to parse their syntax to perform more complete analysis. There are two Jenkinsfile formats, declarative and scripted. We want everyone to use declarative but the parse should be able to identify the different without errors.
https://www.jenkins.io/doc/book/pipeline/syntax/