You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: