1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Update docs on js linting in Cloud SDK Pipeline (#1750)

This commit is contained in:
Florian Wilhelm 2020-07-02 10:09:36 +02:00 committed by GitHub
parent b5dbd0dafc
commit ca425954f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ return this
This code snippet has three components, let's see what is happening here:
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".
This serves as an example for how flexible you can re-use what project "Piper" already provides in your extension.