Shubh Bapna
Shubh Bapna
JIRA: https://issues.redhat.com/browse/KOGITO-7900 Currently, Jenkins CI is needed on PRs since Sonar couldn't be integrated with GH Actions on PR from forked repositories. This often requires restarting the job to get...
Fixes #1021 Added 2 flags `--input` and `--input-file` to manually pass inputs You will notice that in the `New` function for `runner`, I only set the inputs if event payload...
### What happened? I have function which gets some repository details and does some stuff with it. It's enclosed in try catch block to handle different errors. Here is a...
Part fix for #405 We don't have to release a new version since we were anyways building it in node 16 MERGE AFTER: * https://github.com/kiegroup/build-chain-configuration-reader/pull/93 * build-chain-configuration-reader is update here
Add a subcommand `build-chain version` to tell us the version of the installed build-chain cli. This is because currently when we use this with jenkins we verify the version by...
node 14 will be deprecated in April, 2023 node 16 will be deprecated in September, 2023 Source: https://github.com/nodejs/Release#release-schedule Github Action updated: https://github.com/actions/runner-images/issues/7002 - [ ] Detect and fix any breaking...
In #392 we renamed the target branch to source after merging to fix the sonar cloud issue. I think it will be worthwhile to explore any side effects of this...
Currently if someone reports a failing command, to debug and test your new code with that command you have to build the cli locally and then run it. It can...
For each `path` in `archive-artifacts` in the definition file, the build-chain-config reader produces an object `{path: path_to_file, on: success/failure` We have to implement this `on` functionality. So if a job...
**Feature request** `act` has an option to enable json output. Using json will provide much easier output parsing than the current regex based string parsing. This will also significantly reduce...