Seanly Liu
Seanly Liu
## 概述 >DevOps 工具 * 名称:Jenkins * 版本:LTS-2.319.1 >就职公司名称: G7 >分享排期: 2022年5月 >难度级别: 入门 >分享目标: 通过对 Jenkins 有一个相对完整的认识,帮助大家消除使用过程中的一些疑问,以及如何快速搭建、使用和维护等。 >分享内容概述: 1. Docker 环境下 Jenkins 的安装,以及搭建原理 2. 自由工程和 Pipeline 2.0 工程的对比 2....
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like Feature Description: The idea is to allow users to create and...
hd version: v0.0.58 command: ``` hd install https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.5.4/kustomize_v4.5.4_linux_amd64.tar.gz ``` err log: ``` start to fetch the config start to download from https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.5.4/kustomize_v4.5.4_linux_amd64.tar.gz start to download with 4 threads, size: 4547228,...
Edit the current supported configuration syntax to facilitate the expansion of the https://github.com/linuxsuren/hd-home
for example: ```hd install kubernetes-sigs/kustomize/kustomize_v4.2.0@kustomize%2Fv4.2.0``` log: > start to fetch the config start to download from https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv4.2.0/kustomize_v4.2.0_darwin_amd64.tar.gz start to download with 4 threads, size: 7987170, unit: 1996792 Downloading part 1:...
add config support `releaseFilter` for example: ``` releaseFilter: "kustomize/.*" ```
Usage: ``` dapper -m bind --secret id=settings,src=$HOME/.m2/settings.xml ```
for example: ```bash cd /data/code/hello@1 # old: dapper -m bind # image: hello@2:HEAD for "-t, --tag: invalid reference format" # fix: dapper -m bind # image: hello-2:HEAD ```
The build logic is developed through the rancher/dapper tool, which is convenient for contributors to verify the accuracy of the contributed content through the dapper command locally. It works like...
Currently, there are a problems with describing dependencies on plug-ins that need to be packaged in the plugins field of the formula file: * After upgrading Jenkins version, all relevant...