文章 2024-08-29 来自:开发者社区

jenkins学习笔记之二十:docker in docker运行pipeline

一、配置JenkinsMaster挂载Docker docker run --name jenkins -itd  --privileged=true      -p 8081:8080    -p 50000:50000 -v /etc/localtime:/etc/localtime:ro  -v /var/run...

文章 2024-08-14 来自:开发者社区

Jenkins Pipeline SSH Publisher 环境变量、参数引用 要用双引号

Jenkins Pipeline SSH Publisher 环境变量、参数引用 要用双引号 在 Pipeline 脚本中,如果要使用变量,就必须使用 “ 双引号 pipeline { agent any environment { PROJE...

文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 多分支流水线 Input length = 1

Jenkins 多分支流水线 构建过程中报错。 [Pipeline] // node [Pipeline] End of Pipeline java.nio.charset.MalformedInputException: Input length = 1 at java.base...

Jenkins Pipeline 多分支流水线 Input length = 1
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - Parameters 参数化构建

可以通过参数的方式,指定构建的版本 有两种方式 界面添加 Pipeline Script 脚本配置 (需要Build 一次,然后生效,不知道有没有其它办法) General 界面添加 ...

Jenkins Pipeline 流水线 - Parameters 参数化构建
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - 完整构建 Pipeline Script 脚本

Docker Jenkins 安装配置 Windows 2016 安装 Jenkins 前置条件可参考 Jenkins Pipeline 流水线 - 拉代码(SVN) + Maven 编译打包 Jenkins Pipeline 流水线 - 添加节点 使用代理 Jenkins Pipeline 流水线 - withCredentials 使用 Jen...

文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - 使用代理节点,Remote SSH 对 K8S 进行升级

Jenkins Pipeline 流水线 - K8S kubectl 升级 使用代理节点 Remote SSH 远程执行命令进行升级 Remote SSH 方式 安装插件 SSH Pipeline Steps Pipeline SSH 脚本 ...

Jenkins Pipeline 流水线 - 使用代理节点,Remote SSH 对 K8S 进行升级
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - 上传文件 Publish over SSH + Docker 编译 + 上传到阿里仓库

Jenkins Pipeline 流水线 Publish over SSH 将jar上传到远程 Docker 服务器、执行编译命令生成镜像、将镜像上传到阿里仓库 Publish over SSH Jar包上传、编译、上传 生成上传 jar 包脚本配置 ...

Jenkins Pipeline 流水线 - 上传文件 Publish over SSH + Docker 编译 + 上传到阿里仓库
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - 上传文件 Publish over SSH 执行命令

Jenkins Pipeline 流水线 - 上传文件 Publish over SSH 执行命令 Jenkins插件安装 Publish over SSH 系统配置 ...

Jenkins Pipeline 流水线 - 上传文件 Publish over SSH 执行命令
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - withCredentials 使用

添加凭证 Pipeline script ...

Jenkins Pipeline 流水线 - withCredentials 使用
文章 2024-08-14 来自:开发者社区

Jenkins Pipeline 流水线 - 添加节点 使用代理

Jenkins 安装在 Windows 上 Docker 在Linux 上 流程 将 Docker 在 Jenkins 节点中维护 Pipeline 中指定某些阶段使用哪个节点 添加节点 ...

Jenkins Pipeline 流水线 - 添加节点 使用代理

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。