Jenkins World 2016 - Introducing a New Way to Define Jenkins Pipelines

preview_player
Показать описание
Pipeline is quickly establishing itself as the direction that Jenkins jobs are going, enabling the definition of a complete CD pipeline in a single job; Pipeline as Code via the "Jenkinsfile"; job durability across master restarts; and more. I'll be talking here about the next evolution for Pipeline: a simple, declarative model to define your Pipelines with no need to write scripts. This configuration syntax for Pipeline allows you to automatically configure all stages of your pipeline, the complete build environment, post-build actions, notifications and more. All while providing syntactic and semantic validation before the build actually gets going.

Deliverd by Andrew P Bayer
Рекомендации по теме
Комментарии
Автор

I get an error when I use stages that says "NoSuchMethodError" : No such DSL method 'stages' found among steps. Am I missing a plugin?

sbabuky