Hello everyone,

We recently switched to the declarative pipeline approach. The current 
pipeline <https://github.com/yonadev/yona-server/blob/master/Jenkinsfile> 
is very simple:

   1. Build
   2. Setup test server
   3. Run integration tests
   4. Post: Gather test results

No I would like to add a user input to decide whether to take it to the 
next stage: deploy it to acceptance test. The user providing that input 
should be able to check the test results of that job, so the junit step 
needs to move out of the post block, but it needs to remain 
unconditional/always.

How do I do that?
Related: are you aware of serious public deployment pipelines (using the 
declarative syntax) with multiple deployment stages and user inputs?

Thanks in advance,
Bert

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cd0d4cd6-df50-4e41-a0ce-8ab41786d53c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to