×
The Jenkins project has a lot going on between core/plugin development, events and other open source automation related activities.
Missing: /url | Show results with:/url
如何将Docker配置为默认启动的方式也可在此文档中查找。 在Docker中下载并运行Jenkins. 几个可用的Jenkins Docker镜像. 建议使用的 ...
Missing: /url | Show results with:/url
GitLab 分支源插件- 包括两个包: io.jenkins.plugins.gitlabserverconfig - 管理服务器配置和Web hooks 管理。理想情况下应该在另一个名为GitLab Plugin 的插件中。 未来 ...
该选项对 node , docker 和 dockerfile 可用, `node`要求必须选择该选项。 customWorkspace. 一个字符串。在自定义工作区运行应用了 agent 的流水线或个别的 stage , 而 ...
Missing: /url | Show results with:/url
此文档由流水线入门指南开始,通过让用户熟悉Jenkins 主要功能的流水线来了解Jenkins。 除此之外,教程主要向读者介绍如何通过流水线和Blue Ocean 来编排自动化构建过程。
Missing: /url | Show results with:/url
This is a simple demonstration of how to download dependencies, upload artifacts and publish build info to Artifactory. Read the full documentation here. node { ...
Defines a Kubernetes pod template that can be used to create nodes. Example: podTemplate(...) { node(POD_LABEL) { // some steps } }. activeDeadlineSeconds : int ...
Jenkins is an extensible framework, which can be applied to many areas including embedded software and even hardware development. With proper configuration ...
The Jenkins project has a lot going on between core/plugin development, events and other open source automation related activities.
Missing: /url | Show results with:/url
在Repository URL 域中,填写你本地仓库的目录路径, 这是从你主机上的用户账户home目录映射到Jenkins容器的 /home 目录:. macOS系统- /home/Documents/GitHub/simple- ...