×
持续集成和持续交付. 作为一个可扩展的自动化服务器,Jenkins 可以用作简单的CI 服务器,或者变成任何项目的持续交付中心。 简易安装. Jenkins 是一个基于Java ...
Jenkins 是一个扩展性非常强的软件,其功能主要通过插件来扩展。 在Jenkins 里面有非常多的插件,不过此文档的入门指南,教程和用户手册都是基于Jenkins 安装 和Blue ...
Missing: /url | Show results with:/url
最低推荐配置: 256MB可用内存. 1GB可用磁盘空间(作为一个Docker容器运行jenkins的话推荐10GB).
Missing: /url | Show results with:/url
所以,对于 /foo/bar , 如果 getFoo() 返回一个实现 StaplerProxy 的 getTarget() 方法的对象 x , Stapler 将调用 x.getTarget() 并继续使用它来处理URL 的其余部分( bar ...
// vars/buildPlugin.groovy def call(Map config) { node { git url: "https://github.com/jenkinsci/${config.name}-plugin.git" sh 'mvn install' mail to: '...', ...
通常web UI是灰色。 示例. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage( ...
Missing: /url | Show results with:/url
Pipeline 编辑器- 引导用户通过直观的、可视化的过程来创建Pipeline,从而使Pipeline的创建变得平易近人。 个性化以适应团队中每个成员不同角色 ...
Missing: /url | Show results with:/url
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 ...
正如前文 提到的,Jenkins 流水线是一套插件,它支持实现和集成持续交付流水线到Jenkins。流水线提供了一组可扩展的工具,用于通过流水线DSL 将简单到复杂的交付流水线 ...
Missing: /url | Show results with:/url
If this is an URL, Jenkins downloads the URL and installs that as a plugin.Otherwise the name is assumed to be the short name of the plugin in the existing ...