×
Jenkins 是一个扩展性非常强的软件,其功能主要通过插件来扩展。 在Jenkins 里面有非常多的插件,不过此文档的入门指南,教程和用户手册都是基于Jenkins 安装 和Blue ...
Missing: /url | Show results with:/url
Jenkins defines extension points, which are interfaces or abstract classes that model an aspect of its behavior. Those interfaces define contracts of what ...
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Pipeline Steps Reference. The following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step ...
Administrators may now choose to define a Resource Root URL that Jenkins will use to serve static pages without adding content security policy headers. Stop ...
通常web UI是灰色。 示例. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage( ...
Missing: /url | Show results with:/url
持续集成和持续交付. 作为一个可扩展的自动化服务器,Jenkins 可以用作简单的CI 服务器,或者变成任何项目的持续交付中心。 简易安装. Jenkins 是一个基于Java ...
Jenkins 2.176.3 and 2.192 introduce further improvements to CSRF protection. This increases the likelihood of using CSRF tokens in a way that is no longer ...
... URL, 比如: node { checkout scm docker.withRegistry('https://registry.example.com') { docker.image('my-custom-image').inside { sh 'make test' } } }. 对于需要 ...
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the ...