Jenkins
2025年2月25日小于 1 分钟
Jenkins
官方文档感觉有点杂乱
相关插件:https://github.com/zengsl/jenkins-plugin-qy-wechat-notification-plus
插件开发
https://github.com/jenkinsci/archetypes#usage
依赖
https://github.com/jenkinsci/plugin-pom#usage
https://github.com/jenkinsci/bom#usage
创建项目
Maven 骨架创建项目结构
mvn archetype:generate -B -DarchetypeGroupId=io.jenkins.archetypes -DarchetypeArtifactId=empty-plugin -DhostOnJenkinsGitHub=true -DarchetypeVersion=1.20 -DartifactId=somefeature
创建pipeline插件
https://www.jenkins.io/doc/developer/tutorial/create/
参考资料
https://github.com/jenkinsci/workflow-step-api-plugin/blob/master/README.md
https://www.jenkins.io/doc/developer/plugin-development/usage-in-plugins/