(2017) [Video] Jenkins World: How to Use Jenkins Less

This commit is contained in:
Morgan 2021-02-08 16:56:01 +01:00 committed by GitHub
parent 1049a41564
commit e804cd6a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1008,6 +1008,7 @@ See also [Infrastructure](README.md#infrastructure)
curl --user username:password -X POST -F "jenkinsfile=<Jenkinsfile" http://jenkins-url/pipeline-model-converter/validate
```
* [MorganGeek](https://gist.github.com/MorganGeek/2958ba47630a176733e0136b42557284) - (2020) Validating Jenkinsfile in Vim and/or using CLI / terminal
* [Jesse Glick](https://www.youtube.com/watch?v=Zeqc6--0eQw) - (2017) [Video] Jenkins World : How to Use Jenkins Less
### Jenkinsfile runner
* [jenkinsci/jenkinsfile-runner](https://github.com/jenkinsci/jenkinsfile-runner) - A command line tool to run Jenkinsfile as a function