February 23, 20215 yr so i have setup a jenkins build server on my unraid box running in a docker container. This successfully spins up a docker container per build on pushes to master and tag creation of repositories. i am filtering 3 tasks staging deploys only run for master changes uat deploys only run for tag creations and then i have a task also for tag creations using input to block prod deploys until the user presses proceed. This all works fine. My question is, can i use input but have the pipeline finish or pause until the user has entered proceed/deny? As at the moment the docker container will just stay running as does the pipeline until the user has actioned the pipeline Thanks!
Archived
This topic is now archived and is closed to further replies.