-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
feature requestNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request