×
持续集成和持续交付. 作为一个可扩展的自动化服务器,Jenkins 可以用作简单的CI 服务器,或者变成任何项目的持续交付中心。 简易安装. Jenkins 是一个基于Java ...
Jenkins 是一个扩展性非常强的软件,其功能主要通过插件来扩展。 在Jenkins 里面有非常多的插件,不过此文档的入门指南,教程和用户手册都是基于Jenkins 安装 和Blue ...
Missing: /url | Show results with:/url
Pipeline 编辑器- 引导用户通过直观的、可视化的过程来创建Pipeline,从而使Pipeline的创建变得平易近人。 个性化以适应团队中每个成员不同角色 ...
Missing: /url | Show results with:/url
通常web UI是灰色。 示例. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage( ...
Missing: /url | Show results with:/url
所以,对于 /foo/bar , 如果 getFoo() 返回一个实现 StaplerProxy 的 getTarget() 方法的对象 x , Stapler 将调用 x.getTarget() 并继续使用它来处理URL 的其余部分( bar ...
When the Jenkins root URL was not configured, the login CLI command did not work. Allow users with Job/Cancel permission to abort pipeline builds from the ...
// vars/buildPlugin.groovy def call(Map config) { node { git url: "https://github.com/jenkinsci/${config.name}-plugin.git" sh 'mvn install' mail to: '...', ...
正如前文 提到的,Jenkins 流水线是一套插件,它支持实现和集成持续交付流水线到Jenkins。流水线提供了一组可扩展的工具,用于通过流水线DSL 将简单到复杂的交付流水线 ...
Missing: /url | Show results with:/url
添加Branch Source (比如, Git) 并输入仓库的位置。 Add a Branch Source. Add the URL to the project repository. Save 该多分支流水线项目。 在*Save*是, Jenkins ...
git clone https://github.com/YOUR-GITHUB-ACCOUNT ... 在Where do you store your code?,点击Git (not GitHub). 在*Repository URL ... Jenkins 构建CI. 社区. 用户邮件列表 ...