New to Jenkins pipeline.

My process is that developers work off of develop branch (Feature branches 
and merges of-course).
At any point in time, a release branch is branched off of develop  and then 
deployed to a stage environment, Once Accepted/approved, the same release 
branch is deployed into prod. (All immutable deployments).

So am looking at atleast two stages that are only conditionally and 
manually entered  - stages being deploy to stg, deploy to prod and 
condition being the branch prefix. (Each stage will have build steps like 
deploy binaries, launch, run functional tests etc.,) and an automatic stage 
that is triggered only once per day (nightly) with build steps like deploy 
binaries, lunch, run and tear down).

Is this kind of a workflow feasible with pipelines. If yes, Are there any 
recommendations/suggestions/pointers. 

Thanks,
Sathya

-- 
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/027e392f-29de-4f06-8463-ea1d86b3e1c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to