You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/07/18 16:48:00 UTC

[jira] [Commented] (NIFI-10224) Separate Analysis and Build Workflow Tasks

    [ https://issues.apache.org/jira/browse/NIFI-10224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568113#comment-17568113 ] 

ASF subversion and git services commented on NIFI-10224:
--------------------------------------------------------

Commit eb91eb12b04ca35aeb69b8c576d576998b0df87f in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=eb91eb12b0 ]

NIFI-10224 Moved GitHub Workflow Analysis to Separate Job

- Upgraded multiple GitHub Actions from Version 2 to 3
- Replaced Maven Cache step with cache feature in Setup Java Action
- Moved checkstyle and license checks from verify to validate phase in Maven execution
- Removed unnecessary contrib-check profile from nifi-registry

This closes #6202
Signed-off-by: Paul Grey <gr...@apache.org>


> Separate Analysis and Build Workflow Tasks
> ------------------------------------------
>
>                 Key: NIFI-10224
>                 URL: https://issues.apache.org/jira/browse/NIFI-10224
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Tools and Build
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The GitHub continuous integration workflow runs the same basic set of Maven commands across all platforms, which results in duplicate checking for code style and license header issues. The GitHub workflow configuration should be modified to run static analysis as a separate job to avoid unnecessary duplication and to differentiate between code style issues and build issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)