Posted in Uncategorized

DevOPs: Creating jenkins pipeline for CI/CD

  • Pipeline with plugin is suitable for small scale projects which has less numbers of jobs to be linked
  • For large scale projects having huge numbers of jobs, it becomes very tough to manage and link using plugin, so the solution is to use Groovy pipeline

Using Pipeline plugin:

Using Groovy script:

Credit: SDET Youtube Channel

Leave a comment