0

I have been using artifactory plugin with jenkins for a while now.

And I have come across the JFrog CLI and it says:

simplifying your automation scripts and making them more readable and easier to maintain

So is it high time for me to use JFrog CLI or stick with the Jenkins Artifactory Plug-in?

Any thoughts!

Javier C.
  • 7,859
  • 5
  • 41
  • 53
Hitesh Sp
  • 51
  • 1
  • 6

1 Answers1

0

Jfrog CLI help a lot if you have a script as pipeline.

For example, a Bamboo sh script or a Jenkins pipeline in Groovy.

If you are using the Jenkins Artifactory plugin for Jenkins and don't need any extra feature I don't recommend you to change your method.

Jfrog CLI help a lot but is more easy to use the Jenkins Artifactory plug-in.

Javier C.
  • 7,859
  • 5
  • 41
  • 53