Conditional Post-Build step in Jenkins (Ideally without plugins)

北城以北 提交于 2019-12-04 00:11:40

You can make any Build step execute as Post-build step.

  • Install Flexible Publish plugin
  • Install Any Build Step plugin
  • Under Configure System, look for "Flexible publish", and choose Any build step from drop-down.

The configure Job.

  • In your Job configuration, add Post-build action called "Flexible Publish".
  • Select condition.
  • Select action.

It is posssible but it is a bit messy and can not be done with ui only.

Create the the conditional build step in the build block and save the konfiguration. Edit the xml file and move the whole conditional build step it to the post build block. Reload the jenkins configuration and it works like intended.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!