pipeline-developer
pipeline-developer copied to clipboard
Improve Parameterized Job Testing Workflow
Currently, if a Jenkinsfile job is being updated and the portion being testing requires a parameter to be specified other than the default parameter, the job will still be ran with the default parameter upon updating.
Feature request: Improve the workflow for parameterized jobs by either allowing the running-with-default-parameters to be disabled, or prompt for a parameter to test with.