Jenkins YAML Pipeline Build Job Example

preview_player
Показать описание
If you're tired of Jenkins' declarative and scripted pipeline syntax, why not give a Jenkins YAML pipeline pipeline a go? In this example, we install the incubating Pipeline as YAML plugin and then create a Jenkins pipeline that uses YAML to pull from GitHub and build a Java project with Maven. Sure, it's a plugin that's currently incubated, but I'm sure we'll see full Jenkins YAML pipeline support in the near future.
Рекомендации по теме
Комментарии
Автор

thanks for your sharing. It is interesting and greatly useful.

hudevin
Автор

Hi Cameron, Thanks for this nice tutorial.
I am struggling with the the syntax of multiline shell script to be executed from inside yaml pipeline. Can you please create tutorials on them.

PushkarRajSindal