catch-output #1

Manually merged
manuele.simi merged 16 commits from catch-output into master 2021-02-04 02:54:38 +01:00
Contributor

Catch standard output from the action execution and create an XML report collecting the output for all the repositories.

Catch standard output from the action execution and create an XML report collecting the output for all the repositories.
roberto.cirillo was assigned by manuele.simi 2021-02-01 05:18:52 +01:00
Author
Contributor

Sample report:

<actions from="https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master//24-01-2021-AddLicenseToAllRepos/addLicense.sh">

    <action repo="https://code-repo.d4science.org/TestActions/to_update_1">
        <stdout>
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_1.git (fetch)
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_1.git (push)
            LICENSE.md already exists in this repo.
        </stdout>
    </action>


    <action repo="https://code-repo.d4science.org/TestActions/to_update_2">
        <stdout>
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_2.git (fetch)
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_2.git (push)
            LICENSE.md already exists in this repo.
        </stdout>
    </action>


    <action repo="https://code-repo.d4science.org/TestActions/to_update_3">
        <stdout>
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_3.git (fetch)
            origin	https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_3.git (push)
            LICENSE.md already exists in this repo.
        </stdout>
    </action>

</actions>
Sample report: ``` <actions from="https://code-repo.d4science.org/gCubeCI/gCubeActions/raw/branch/master//24-01-2021-AddLicenseToAllRepos/addLicense.sh"> <action repo="https://code-repo.d4science.org/TestActions/to_update_1"> <stdout> origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_1.git (fetch) origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_1.git (push) LICENSE.md already exists in this repo. </stdout> </action> <action repo="https://code-repo.d4science.org/TestActions/to_update_2"> <stdout> origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_2.git (fetch) origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_2.git (push) LICENSE.md already exists in this repo. </stdout> </action> <action repo="https://code-repo.d4science.org/TestActions/to_update_3"> <stdout> origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_3.git (fetch) origin https://git.gcube:84d11ada36873e2@code-repo.d4science.org/TestActions/to_update_3.git (push) LICENSE.md already exists in this repo. </stdout> </action> </actions> ```

is there a conflict with the target branch?

is there a conflict with the target branch?
Author
Contributor

is there a conflict with the target branch?

It looks like. If you approve it, I can handle the merge.

> is there a conflict with the target branch? It looks like. If you approve it, I can handle the merge.
roberto.cirillo approved these changes 2021-02-03 15:15:29 +01:00
roberto.cirillo approved these changes 2021-02-03 15:16:13 +01:00
Author
Contributor

Thanks. I'll do the merge later today. I forgot to mention that the Jenkins project is currently configured to use this branch, in case you want to test the new features before I merge & close this PR.

Thanks. I'll do the merge later today. I forgot to mention that the Jenkins project is currently configured to use this branch, in case you want to test the new features before I merge & close this PR.
manuele.simi closed this pull request 2021-02-04 02:54:38 +01:00
manuele.simi deleted branch catch-output 2021-02-04 17:44:55 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gCubeCI/gCubeActionExecutor#1
No description provided.