'How to create parameter to select job on tag on multibranch pipeline?

I have 2 pipeline:

  1. Multibranch pipeline: build and push image. Trigger on branch and tag commit.
  2. Simple pipeline: to deploy apps, need to retrieve some artifact from job on multibranch pipeline.

run parameter

I have no issue when I want to run my deploy pipeline if the job coming from branch (as you see on above picture) since I can use run parameter and I just need to select job from master branch only. But it become confusing when dealing with tag. Sometimes, I want to deploy to particular tag and job. I need to select tag and then select available job from selected tag. Are there any solution in this case? Maybe plugin or something?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source