简体   繁体   中英

How to add new build step feature to Jenkins

This is the first time I contribute to Jenkins code. I would like to add a new build step option to Jenkins (Like the "Execute shell" or "Invoke Ant" options). Where are these build steps kept? In the Jenkins core or is there a plugin that manages them?

Any tips on how to add a new build step capability to Jenkins and where to start would be appreciated.

All pipeline steps are contributed by plugins, many by the pipeline-* or workflow-* plugins, but also by others.

This article should give you some guidance, how to add own steps in your plugin by extending AbstractStepImpl .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM