mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Update docs on js linting in Cloud SDK Pipeline (#1750)
This commit is contained in:
parent
b5dbd0dafc
commit
ca425954f9
@ -105,7 +105,7 @@ return this
|
|||||||
This code snippet has three components, let's see what is happening here:
|
This code snippet has three components, let's see what is happening here:
|
||||||
|
|
||||||
Firstly, we run the original stage.
|
Firstly, we run the original stage.
|
||||||
This runs the SAP UI5 Best Practices linter as this is a standard feature of SAP Cloud SDK pipeline.
|
This runs ESLint on JavaScript/TypeScript source files as this is a standard feature of SAP Cloud SDK pipeline.
|
||||||
|
|
||||||
Secondly, we run the checkstyle maven plugin using the `mavenExecute` Jenkins library step as provided by project "Piper".
|
Secondly, we run the checkstyle maven plugin using the `mavenExecute` Jenkins library step as provided by project "Piper".
|
||||||
This serves as an example for how flexible you can re-use what project "Piper" already provides in your extension.
|
This serves as an example for how flexible you can re-use what project "Piper" already provides in your extension.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user