Simplifying Parallel Pipeline Creation in Jenkins

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 6

  • @Ariyonzor
    @Ariyonzor Год назад

    Passed a job interview because this video, thanks!

  • @kratikatripathi1166
    @kratikatripathi1166 10 месяцев назад

    Hi,
    What if we need to execute the job concurrently via a single pipeline...
    with parallel it executes the stages under same job say job 7 for all the environment parameters which are selected, but I need that all the stages should run for each environment I selected under different job number say for env1 all the stage of build deployment should run under job 7 the similarly for env2 the job should run all the stages of build n deployment under job 8 and similarly under job 9 it should do same for env3 n so on..
    I select build with parameter and have set up environment name and build file name as parameters then click on build now button
    now I want that Jenkins should trigger as many job as many environment I have selected during build with parameters and execute all the stages defined within the
    jenkinsfile for each
    Please advice

  • @bhanuprakash10
    @bhanuprakash10 Год назад

    Why nodes are defined with multiple labels? What is the use case?

  • @mastrDC
    @mastrDC 2 года назад

    Very useful for what I want to do. Will try to implement this soon.

  • @Valder1989
    @Valder1989 2 года назад

    Very good! Thanks!

  • @m19mesoto
    @m19mesoto 2 года назад

    support!