We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Declarative Pipelines in Jenkins

Formale Metadaten

Titel
Declarative Pipelines in Jenkins
Untertitel
A new way to define your pipelines in Jenkins
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Pipeline is quickly establishing itself as the direction that Jenkins jobs aregoing, 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 that isjust now hitting 1.0: a simple, declarative model to define your Pipelineswith no need to write scripts. This configuration syntax for Pipeline allowsyou to automatically configure all stages of your pipeline, the complete buildenvironment, post-build actions, notifications and more. All while providingsyntactic and semantic validation before the build actually gets going. We'llalso play with the just-released initial version of the Pipeline Editor, builtto work with Declarative!