Deployer : how to deal with multiple Builds within a same project

Hi,

I really hope, I do not need to Rebuild the previous Builds. I will try again, you’re probably right, so I would just need to resolve previsous sets.

I unfortunately did not find any useful informations in the official “9-8_Deployer_Users_Guide” about the way to do with major, minor version, and multi bulids.
So I’m creating a way to do, getting first, from all your advices and differents forum links and web articles.

For examples, the only doc I’ve found about Deployer’s naming conventions are these ones :

I think, there is a real lack in the official Deployment webMethods guides…

So here is what I do :

Project :

0001_WS_PART_26012017

IS_Set1 (new service A)
→ Build : V1.1.16
→ MAP : Preproduction-dep1
→ Deployment : V1.1.16_Preproduction-dep1

IS_Set2 (service A, modification)
→ Build : V1.1.17
→ MAP : Preproduction-dep2
→ Deployment : V1.1.17_Preproduction-dep2

IS_Set3 (service A, adding service java)
→ Build : V1.1.18
→ MAP : Preproduction-dep3
→ Deployment : V1.1.18_Preproduction-dep3

is it a good pratice ?

Regards