Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use JsLint in Jenkinsfile? #16

Open
imbosser opened this issue Jan 23, 2022 · 0 comments
Open

How to use JsLint in Jenkinsfile? #16

imbosser opened this issue Jan 23, 2022 · 0 comments

Comments

@imbosser
Copy link

How to use JsLint in Jenkinsfile? I can not use JsLint plugin for my pipeline for example:
jsLint {
// Specifies the arguments to pass to JSLint.
arguments(String arguments)
// Specifies the files to exclude in an Ant-style filter.
excludePattern(String excludePattern)
// Specifies the files to include in an Ant-style filter.
includePattern(String includePattern)
// Specifies the file to output to in a Checkstyle XML format.
logFile(String logFile)
}
anyone can help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant