Jump to content

Jenkins build and the input prompt


issactho

Recommended Posts

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!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...