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
$ JFROG_CLI_LOG_LEVEL=DEBUG CI=TRUE jf rt upload --insecure-tls --url https://1.2.3.4:443/artifactory --access-token XXX --spec ./jfrog.spec
08:02:40 [Debug] JFrog CLI version: 2.70.0
08:02:40 [Debug] OS/Arch: linux/amd64
08:02:40 [Debug] Trace ID for JFrog Platform logs: 02fcdb4dccee85f1
08:02:40 [Debug] Usage Report: Sending info...
08:02:40 [Debug] Sending HTTP GET request to: https://1.2.3.4:443/artifactory/api/system/version
08:02:40 [🚨Error] stat /home/me/bamboo-agent-home/xml-data/build-dir/MY-PL-CHEC/output/dir2/data/usr-empty/provisioning: no such file or directory
08:02:40 [🚨Error] stat /home/me/bamboo-agent-home/xml-data/build-dir/MY-PL-CHEC/output/dir2/data/usr-empty/provisioning: no such file or directory
08:02:40 [Debug] Uploaded 0 artifacts.
08:02:40 [🚨Error] stat /home/me/bamboo-agent-home/xml-data/build-dir/MY-PL-CHEC/output/dir2/data/usr-empty/provisioning: no such file or directory
08:02:40 [Debug] Artifactory response: 200
08:02:40 [Debug] JFrog Artifactory version is: 7.84.15
08:02:40 [Debug] Sending HTTP POST request to: https://1.2.3.4:443/artifactory/api/system/usage
{
"status": "failure",
"totals": {
"success": 0,
"failure": 0
}
}
08:02:40 [🔵Info] Trace ID for JFrog Platform logs: 02fcdb4dccee85f1
08:02:40 [🚨Error] upload finished with errors. Review the logs for more information
Reproduction steps
No response
Expected behavior
No response
JFrog CLI version
2.70.0
Operating system type and version
Ubuntu 24.04 LTS
JFrog Artifactory version
7.84.15
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The
pattern
of a jfrog spec file does not work correctly with*
.It does work if I specific the full path of that file.
Current behavior
I have a
jfrog.spec
file:For some reason the
jfrog cli
fails to understand I want to upload the file:Instead, he's trying to go to another file:
If I use the exact file's name, upload does work.
Here's the command I'm using and the log:
Reproduction steps
No response
Expected behavior
No response
JFrog CLI version
2.70.0
Operating system type and version
Ubuntu 24.04 LTS
JFrog Artifactory version
7.84.15
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: