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

Log commit hash while describing checkout/merge #199

Open
danielezonca opened this issue Nov 11, 2021 · 2 comments
Open

Log commit hash while describing checkout/merge #199

danielezonca opened this issue Nov 11, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@danielezonca
Copy link
Member

At the moment in the log it is not possible to understand the exact commit that has been used for the build

[INFO]  [kiegroup/kogito-runtimes] Checking out project
[INFO]  [kiegroup/optaplanner] Checking out project
...
[INFO]  [kiegroup/optaplanner] Rebasing https://github.com/danielezonca/optaplanner:KOGITO-6236-fix-kogitoobjectmapper onto https://github.com/kiegroup/optaplanner:main
[INFO]  [kiegroup/kogito-runtimes] Rebasing https://github.com/danielezonca/kogito-runtimes:KOGITO-6236-fix-kogitoobjectmapper onto https://github.com/kiegroup/kogito-runtimes:main

I think it should be useful to have commit hash in the log for each branch

Rebasing https://github.com/danielezonca/kogito-runtimes:KOGITO-6236-fix-kogitoobjectmapper 19ea3dd onto https://github.com/kiegroup/kogito-runtimes:main eba77d0

The main reason is that when you have multi repo PRs and you push commits on more repos the build starts immediately and you might not know exactly what it is cloning/compiling

@danielezonca
Copy link
Member Author

@Ginxo
Wdyt? ^

@danielezonca danielezonca added the enhancement New feature or request label Nov 11, 2021
@Ginxo
Copy link
Contributor

Ginxo commented Nov 12, 2021

you absolutely right. Let's do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants