I would like to have the following workflow in Jenkins:
- user clicks 'Build Now'
- user fills out build parameters
- user clicks 'Build'
- information is generated (via a script) and presented to user along with 'Continue' button
- user clicks 'Continue' button which simply triggers another job
How can this be done?