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
Is your feature request related to a problem? Please describe.
Unlike withAnt, withMaven, or withSonarQubeEnv steps the jf step doesn't enable users to launch JFrog CLI in the durable steps sh,bat,pwsh, etc. Instead, it launches the CLI itself. It doesn't seem to extend or implement similar feature as Durable Task plugin. Hence, it is unlikely to survive the disconnection of the agent or restart of the controller.
Describe the solution you'd like to see
Implement the durability for jf step or switch to an approach akin to withMaven, e.g. withJfrog.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Unlike
withAnt
,withMaven
, orwithSonarQubeEnv
steps thejf
step doesn't enable users to launch JFrog CLI in the durable stepssh
,bat
,pwsh
, etc. Instead, it launches the CLI itself. It doesn't seem to extend or implement similar feature as Durable Task plugin. Hence, it is unlikely to survive the disconnection of the agent or restart of the controller.Describe the solution you'd like to see
Implement the durability for
jf
step or switch to an approach akin towithMaven
, e.g.withJfrog
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: