GauthamBanasandra commented on code in PR #4765:
URL: https://github.com/apache/hadoop/pull/4765#discussion_r956605775
##########
dev-support/jenkins.sh:
##########
@@ -224,6 +224,18 @@ function github_status_recovery() {
/usr/bin/env bash "${TESTPATCHBIN}" "${YETUS_ARGS[@]}" "${EXTRA_ARGS}" ||
true
}
+## @description Returns a comma-separated list of the plugins to be run by
Yetus
+function get_plugin_exclusions() {
+ excludedPlugins="-jira"
+
+ # Do not run hadolint for Windows since all the commands are either
Powershell or CMD
+ if [[ "$DOCKERFILE" == "Dockerfile_windows_10" ]]; then
+ excludedPlugins="${excludedPlugins},-hadolint"
+ fi
+
+ echo ",${excludedPlugins}"
Review Comment:
Right.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]