what is the difference between a freestyle project and a scripted pipeline in Jenkins, when we are working on CI/CD pipeline on what bases do we need to pick a freestyle project and Scripted Pipeline?
3 إجابات0 ردود
إعجاب
3 تعليقات
لم يعد التعليق على هذا المنشور متاحاً بعد الآن. اتصل بمالك الموقع لمزيد من المعلومات.
in the Freestyle job everything is executed in the agent, but for the Scripted Pipeline Job, the pipeline code is translated in the master to atomic commands that are sent to the agents.
in the Freestyle job everything is executed in the agent, but for the Scripted Pipeline Job, the pipeline code is translated in the master to atomic commands that are sent to the agents.