Manual post-build action missing in jenkins 2.0

rajya vardhan picture rajya vardhan · Apr 27, 2016 · Viewed 11.6k times · Source

This option was available when I was on jenkins 1.65. Today I moved to jenkins 2.0 with a fresh install on a new machine. I don't see this option.

This option is necessary for our delivery pipeline view. So pipeline has 2 steps:

  1. When a new commit is made in github, a suit of tests run.
  2. If above passes, then manual deployment step will have a play button. Else not.

We were able to achive this in earlier version of jenkins but not in 2.0.

Please guide what could be missing or suggest any other viable alternative.

Post-build Actions

Answer

rajya vardhan picture rajya vardhan · Apr 28, 2016

Solved. It has got nothing to do with Jenkins version.

We need to have Build Pipeline plugin installed as well. This plugin adds manual step support. And then Delivery pipeline shows Trigger manual build (▶) for the manual steps.

enter image description here