Validating Jenkinsfile in Vim or CLI / terminal
This commit is contained in:
parent
ff4ec8053a
commit
ecfb121e4f
@ -697,6 +697,7 @@ type `curl ident.me` to know your public ip
|
||||
```
|
||||
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
|
||||
|
||||
# Collaboration & Problem solving
|
||||
> News
|
||||
@ -2186,6 +2187,7 @@ See also [Infrastructure](#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
|
||||
|
||||
## Kubernetes
|
||||
* [Bilgin Ibryam](https://thenewstack.io/introducing-microservices-hierarchy-needs/) - The Microservices Hierarchy of Needs and Where Kubernetes fits
|
||||
@ -3449,6 +3451,7 @@ rpm --rebuilddb
|
||||
* [hakluke/how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim) - Gorgeous ways to exit Vim :-D (it goes beyond what you expect)
|
||||
* [George Ornbo](https://shapeshed.com/vim-netrw/) - (2019) Vim: you don't need NERDtree or (maybe) netrw
|
||||
* [Dimitri Merejkowsky](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/) - (2017) Let's have a pint of (vim) ale! | Write a custom language linter for ale
|
||||
* [MorganGeek](https://gist.github.com/MorganGeek/2958ba47630a176733e0136b42557284) - (2020) Validating Jenkinsfile in Vim and/or using CLI / terminal
|
||||
|
||||
# Mac
|
||||
* [Ask Different](https://apple.stackexchange.com/questions/69015/install-2-different-os-x-versions-on-the-same-machine-hdd) - Install 2 different OS X versions on the same machine/hdd
|
||||
|
Loading…
Reference in New Issue
Block a user