MPL - 模块化的流水线库
Jenkins 流水线共享库技术实践
查看更多 »
批量修改 Jenkins 任务的技巧
Jenkins 脚本命令行的一种实践
查看更多 »
Java 11 预览支持已在 Jenkins 2.155+ 中可用
Java 11 预览支持已在 Jenkins 2.155+ 中可用
查看更多 »
Jenkins 对审计日志的支持
Outreachy 实习生提供了 Jenkins 对审计日志的支持
查看更多 »
Contributing to Jenkins WeChat This page provides information about contributing articles to the Jenkins WeChat subscription account.
Scope Translated blogs from jenkins.io Jenkins events Other Jenkins-related articles How to do Everyone could create a PR what are you hoping to publish to Jenkins WeChat. But you’d better do this ahead of schedule one week.
Copy from the sample.md, then change the content and front matter. All files name only can use numbers, alphabets or -.
查看更多 »
Jenkins WeChat Jenkins WeChat subscription account will deliver the messages or events from the Jenkins Community.
All articles should be open-source, every contributor could create a PR. Once we reviewed it, your articles could be released.
We have a robot who can reply to your messages automatically. Unfortunately, its ability is very limitation. It just can understand a few words from here.
TODO List Pick up a task from here, if you’re interesting in contribution.
查看更多 »
这里存放的是 Jenkins 官方微信公众号文章,文件采用 Markdown 格式,但包含一些必要的描述性字段。文章的校对、审核、排期等都通过 Pull Request 来完成。PR 合并后会发布到 Jenkins 中文社区网站。
目录 文章以发布的排期来存放,层级为:年份/月份。如果月份为个位数的话,要以0开头,例如:01。
以文章的文件名前缀作为图片的目录,例如:文章的文件名为 2019-01-01-sample.md,我们需要在同级目录下创建文件夹 2019-05-01-sample , 并在里面保存当前文章中的图片(封面、插图等)。
排期 为了尽可能满足你期望的发布日期,可以自行选择,但同时需要满足如下的条件:
为保障大家有足够的时间进行 Review,建议排到一周以后 工作日 避免同一天有相同类型的文章 文件名 文件名前缀为“年月日”,中间部分需要以英文来描述。例如:2019-01-01-sample.md。
字段 文件中的字段,是为了描述文章相关的必要信息。具体的说明请参考:sample.md。
查看更多 »
这里用来存放图片素材。
查看更多 »
通过微信公众号的 API 接口实现部分功能,这里主要是存放自动回复的消息。
我们的 API 后端代码是基于 Golang 编写的。
支持的消息类型包括:
文本 图片 文章(公众号中的) 上面提到的消息类型,也就是字段 msgType 的值,包括:text、image、news。 更多的细节可以参考源码。
查看更多 »