ricardozanini opened a new issue, #1729: URL: https://github.com/apache/incubator-kie-kogito-images/issues/1729
There's a bug in our `Build & Test` pipeline where the script is expecting the fork's to be named `incubator-kie-kogito-images`: ```log Cloning the remote Git repository Cloning repository https://github.com/wmedvede/incubator-kie-kogito-images.git > git init /home/jenkins/jenkins-agent/workspace/KIE/kogito/main/pullrequest/kogito-images.build-and-test@2/incubator-kie-kogito-images/githubscm-prepare-commit-incubator-kie-kogito-images # timeout=10 Fetching upstream changes from https://github.com/wmedvede/incubator-kie-kogito-images.git > git --version # timeout=10 > git --version # 'git version 2.34.1' using GIT_ASKPASS to set credentials asf-ci token > git fetch --tags --force --progress -- https://github.com/wmedvede/incubator-kie-kogito-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 ERROR: Error cloning remote repo 'origin' hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://github.com/wmedvede/incubator-kie-kogito-images.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: remote: Repository not found. fatal: repository 'https://github.com/wmedvede/incubator-kie-kogito-images.git/' not found ``` We should use the build parameters instead where we have the actual fork information. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
