Erick Macedo (2015-04-27 22:54):
Hi,

I configured this way and it worked,

Another question, as you usually split between the build environment (Stage, test, production)?

Create a build for each environment? or a single build and different parameters?

You should have separte builds for several reasons:

1. Copy artifact plugin copies latest build from given job.
2. For alfa/test builds you might want to do full unit and integration
   tests and Jenkins will show you charts with failing tests and such.
   For production builds you can assume those tests already pass and
   make build proccess faster (or run different tests depeneding on
   your needs).
3. Stage and production builds might use code from different
   tags/branches... And Jenkins will show changes nicely if you let it
   pull changes from single branch in a single job.

In other words the build process will most likely be different and it will be much easier to observe it in separate jobs.

Regards,
Nux.

--
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/55424D79.9020003%40mol.com.pl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to