×
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Allows StepContext#get to provide a dynamically computed value. This is registered as an extension, so it may be injected into any build.
Missing: /url | Show results with:/url
通常web UI是灰色。 示例. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage( ...
Missing: /url | Show results with:/url
Jan 19, 2017 · The Conditional BuildStep plugin lets users add conditional logic to Freestyle jobs from within the Jenkins web UI. It does this by: Adding two ...
向下滚动并点击流水线,然后点击页面底部的确定打开流水线配置页(已选中General 选项)。 Enter a name, click <strong>Pipeline</strong> and then click. 点击页面顶部 ...
Missing: /url | Show results with:/url
May 18, 2017 · In this post, I'll show how a few of those tools make working with Pipelines even better. The Blue Ocean Pipeline Editor. The best way to start ...
Missing: doc/ | Show results with:doc/
由于容器最初是由"干净的" 文件系统构建的, 这导致流水线速度变慢, 因为它们不会利用后续流水线运行的磁盘缓存。 on-disk caches between subsequent Pipeline runs.
你的流水线将被创建为 Jenkinsfile , 它会提交你本地的Git仓库( building-a-multibranch-pipeline-project )的 master 分支。 首先, 创建一个初始流水线来下载Node Docker ...