Is your feature request related to a problem? Please describe.
The now deprecated jf rt build-scan command did not wait for the scan result to be available when the option --fail=false was used. Thus builds could complete faster if it was sufficient to analyze the result later in Artifactory.
The new jf build-scan seemingly always polls for the scan result until it is available. (Or am I missing something?)
Describe the solution you'd like to see
An option would be helpful to disable the result polling or to set a time limit (without failing the build when --fail=false is set).
Is your feature request related to a problem? Please describe.
The now deprecated
jf rt build-scancommand did not wait for the scan result to be available when the option--fail=falsewas used. Thus builds could complete faster if it was sufficient to analyze the result later in Artifactory.The new
jf build-scanseemingly always polls for the scan result until it is available. (Or am I missing something?)Describe the solution you'd like to see
An option would be helpful to disable the result polling or to set a time limit (without failing the build when
--fail=falseis set).