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
I am trying to upload a file using jfrog cli version 2.48.0. I am using file specs. If I fill in "props" filed in myUploadSpecs.json and run jf rt u --spec myUploadSpecs.json, it works fine and props are applied to the uploaded artifacts.
jf rt u --spec myUploadSpecs.json --spec-vars 'archivePattern=*.tar.gz;target=myrepo/folder/mydata1/;props="env=prod;version=0"'
In this case, only env=prod is applied to the artifact while version property is ignored. Am I doing something wrong ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to upload a file using jfrog cli version 2.48.0. I am using file specs. If I fill in "props" filed in myUploadSpecs.json and run jf rt u --spec myUploadSpecs.json, it works fine and props are applied to the uploaded artifacts.
but if I want to parameterize this, only first property is applied to the artifact, everything else is ignore.
jf rt u --spec myUploadSpecs.json --spec-vars 'archivePattern=*.tar.gz;target=myrepo/folder/mydata1/;props="env=prod;version=0"'
In this case, only env=prod is applied to the artifact while version property is ignored. Am I doing something wrong ?
Beta Was this translation helpful? Give feedback.
All reactions