thiagoelg opened a new pull request, #2843:
URL: https://github.com/apache/incubator-kie-tools/pull/2843

   The daily-dev-publish build is failing due to missing git user configuration:
   
   ```
   > @kie-tools/kie-sandbox-accelerator-quarkus@0.0.0 
_build-step:setup-git-repo-bare 
/home/jenkins/workspace/KIE/kie-tools/main/kie-tools-daily-dev-publish/kie-tools/packages/kie-sandbox-accelerator-quarkus
   > mkdirp ./dist-dev/git-repo-bare.git && cd ./dist-dev/git-repo-bare.git && 
git init --bare && git --bare update-server-info && mv hooks/post-update.sample 
hooks/post-update
   
   hint: Using 'master' as the name for the initial branch. This default branch 
name
   hint: is subject to change. To configure the initial branch name to use in 
all
   hint: of your new repositories, which will suppress this warning, call:
   hint: 
   hint:        git config --global init.defaultBranch <name>
   hint: 
   hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
   hint: 'development'. The just-created branch can be renamed via this command:
   hint: 
   hint:        git branch -m <name>
   Initialized empty Git repository in 
/home/jenkins/workspace/KIE/kie-tools/main/kie-tools-daily-dev-publish/kie-tools/packages/kie-sandbox-accelerator-quarkus/dist-dev/git-repo-bare.git/
   
   > @kie-tools/kie-sandbox-accelerator-quarkus@0.0.0 
_build-step:setup-git-repo-content 
/home/jenkins/workspace/KIE/kie-tools/main/kie-tools-daily-dev-publish/kie-tools/packages/kie-sandbox-accelerator-quarkus
   > mkdirp ./dist-dev/git-repo-content && cpy './dist/git-repo-content/**' 
./dist-dev/git-repo-content && cd ./dist-dev/git-repo-content && git init 
--initial-branch main && git remote add repo ../git-repo-bare.git && git add . 
&& git commit -m 'Single commit' && git push repo main
   
   Initialized empty Git repository in 
/home/jenkins/workspace/KIE/kie-tools/main/kie-tools-daily-dev-publish/kie-tools/packages/kie-sandbox-accelerator-quarkus/dist-dev/git-repo-content/.git/
   Author identity unknown
   
   *** Please tell me who you are.
   
   Run
   
     git config --global user.email "y...@example.com"
     git config --global user.name "Your Name"
   
   to set your account's default identity.
   Omit --global to set the identity only in this repository.
   
   fatal: unable to auto-detect email address (got 
'nonrootuser@18ca75c6d4fc.(none)')
    ELIFECYCLE  Command failed with exit code 128.
    ELIFECYCLE  Command failed with exit code 128.
   
/home/jenkins/workspace/KIE/kie-tools/main/kie-tools-daily-dev-publish/kie-tools/packages/kie-sandbox-accelerator-quarkus:
    ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  
@kie-tools/kie-sandbox-accelerator-quarkus@0.0.0 build:prod: `pnpm run _build 
&& pnpm run test`
   Exit status 128
   ```
   
   This change should fix it, but I could not run the pipeline from my fork to 
test it.


-- 
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: commits-unsubscr...@kie.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@kie.apache.org
For additional commands, e-mail: commits-h...@kie.apache.org

Reply via email to