You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@e81d0d54be2c:/# jf rbc --signing-key=default-gpg-key --project gbq GBQ-$MODULE $BASE_REV
16:04:05 [🔵Info] Trace ID for JFrog Platform logs: cde0227c30537ed3
16:04:05 [🚨Error] server response: 404 Not Found
{
"errors": [
{
"status": 404,
"message": "Build not found, name: local-gbq-test-dev, number: 12, repository: artifactory-build-info, started: null"
}
]
}
root@e81d0d54be2c:/# env |sort | grep JFROG
JFROG_CLI_BUILD_NAME=local-gbq-test-dev
JFROG_CLI_BUILD_NUMBER=12
JFROG_CLI_BUILD_PROJECT=gbq
root@e81d0d54be2c:/# jf -v
jf version 2.73.3
It should use qbq-build-info instead of artifactory-build-info. It seems that it ignores project info
I tried to use parameters --build-name=local-$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME --build-number=$CI_JOB_ID --project=$JF_PROJECT
but then --project is ignored too!
I tried to find similar issues, but I've only found that there was similar issue in the past that --project was ignored in multiple cli commands.
Current behavior
jf rbc command ignores --project and/or JFROG_CLI_BUILD_PROJECT.
It searchs build info in artifactory-build-info repository instead of project-build-info repository
Describe the bug
It should use qbq-build-info instead of artifactory-build-info. It seems that it ignores project info
I tried to use parameters
--build-name=local-$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME --build-number=$CI_JOB_ID --project=$JF_PROJECT
but then
--project
is ignored too!I tried to find similar issues, but I've only found that there was similar issue in the past that --project was ignored in multiple cli commands.
Current behavior
jf rbc command ignores --project and/or JFROG_CLI_BUILD_PROJECT.
It searchs build info in artifactory-build-info repository instead of project-build-info repository
Reproduction steps
Step to reproduce
Expected behavior
I'd like to use jf rbc command to create release bundle using projects in artifactory
JFrog CLI version
2.73.3
Operating system type and version
Ubuntu 24.04.2 LTS
JFrog Artifactory version
Cloud
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: