-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
In short the possibility to have a dialog before the trigger is executed for accepting parameters. This one is similar to the JENKINS-27238.
Is it possible? Where would one start to try to implement such a feature?
- relates to
-
JENKINS-27238 Inject parameters on manual build trigger
-
- Open
-
I think it should be standard functionality. We still lack this functionality in our project.
If you initialize the pipeline, it's possible to start a paramatrized job (see
JENKINS-20873).If you want trigger manual step, that is also parametrized job, it's not possible to adjust parameters to this job.