Skip to content

Commit

Permalink
Media: How to use MegaLinter with Jenkins (#3414)
Browse files Browse the repository at this point in the history
* Media: How to use MegaLinter with Jenkins

* cspell

* jenkins tuto

---------

Co-authored-by: nvuillam <nicolas.vuillamy@cloudity.com>
  • Loading branch information
nvuillam and nvuillam authored Mar 10, 2024
1 parent 147f452 commit 57f3000
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
"Citet",
"Classpath",
"Cleveref",
"Cloudbees",
"Cloudity",
"Codespaces",
"Concat",
Expand Down Expand Up @@ -365,7 +366,6 @@
"PSHOME",
"PSSA",
"PULLREQUEST",
"pullrequests",
"PULLREQUESTID",
"PWSH",
"PYLINT",
Expand All @@ -375,7 +375,6 @@
"PYTHONPATH",
"PYTHONPYCACHEPREFIX",
"PYTYPE",
"pagelen",
"Pansino",
"Parallelly",
"Philipp",
Expand Down Expand Up @@ -1105,6 +1104,7 @@
"oxsecurity",
"packagename",
"pagebreak",
"pagelen",
"pageref",
"pandoc",
"parallelization",
Expand Down Expand Up @@ -1166,6 +1166,7 @@
"protolintrc",
"pseudoname",
"psscriptanalyzer",
"pullrequests",
"purrr",
"pushsmall",
"pushtabs",
Expand Down Expand Up @@ -1488,4 +1489,4 @@
"zaach",
"zricethezav"
]
}
}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Core

- Media
- [How to use MegaLinter with Jenkins](https://www.youtube.com/watch?v=KhkNf2tQ3hM), by [Darin Pope](https://www.linkedin.com/in/darinpope/) / [Cloudbees](https://www.cloudbees.com/)

- New linters

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,10 @@ stage('MegaLinter') {
}
```

CloudBees themselves made a nice tutorial about how to use MegaLinter with Jenkins !

<div style="text-align:center"><iframe width="560" height="315" src="https://www.youtube.com/embed/KhkNf2tQ3hM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>

<!-- install-jenkins-section-end -->
<!-- install-concourse-section-start -->
<!-- markdown-headers
Expand Down Expand Up @@ -1497,6 +1501,11 @@ description: List of all known articles, blog posts and videos that talk about M

### Videos

- [How to use MegaLinter with Jenkins](https://www.youtube.com/watch?v=KhkNf2tQ3hM), by [Darin Pope](https://www.linkedin.com/in/darinpope/) / [Cloudbees](https://www.cloudbees.com/)

<div style="text-align:center"><iframe width="560" height="315" src="https://www.youtube.com/embed/KhkNf2tQ3hM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>


- (FR) MegaLinter presentation at [DevCon 20 / Programmez Magazine](https://www.programmez.com/page-devcon/devcon-20-100-securite-qualite-du-code), by [Nicolas Vuillamy](https://github.com/nvuillam)

<div style="text-align:center"><iframe width="560" height="315" src="https://www.youtube.com/embed/SlKurrIsUls" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
Expand Down

0 comments on commit 57f3000

Please sign in to comment.