项目作者: jenkinsci

项目描述 :
Jenkins Pipeline插件
高级语言:
项目地址: git://github.com/jenkinsci/pipeline-plugin.git
创建时间: 2014-05-10T01:47:09Z
项目社区:https://github.com/jenkinsci/pipeline-plugin

开源协议:

下载


Obsolete. Kept only for some historical resources.

Introduction

Building continuous delivery pipelines and similarly complex tasks in Jenkins using freestyle projects and traditional plugins can be awkward.
You need to mix Parameterized Trigger, Copy Artifact, Promoted Builds, Conditional Build Step, and more just to express what should be a simple script.
The Pipeline plugin (formerly known as Workflow) suite attempts to make it possible to directly write that script, what people often call a pipeline, while integrating with Jenkins features like agents and publishers.

Documentation

See the official documentation on jenkins.io.

News & questions

Demo

See the demo overview using Docker if you want to try a complete setup quickly.

Development

See the contribution guide.