Open ricardozanini opened 10 months ago
There's a bug in our Build & Test pipeline where the script is expecting the fork's to be named incubator-kie-kogito-images:
Build & Test
incubator-kie-kogito-images
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.
There's a bug in our
Build & Test
pipeline where the script is expecting the fork's to be namedincubator-kie-kogito-images
:We should use the build parameters instead where we have the actual fork information.