PDA

View Full Version : Selection profile


rgouyet
12-17-2009, 03:29 AM
I have a dream when using VBP :
Allow to define profile of step selections.

Some times, I want to only executes some parts of my VBP script.

So, I need to manually uncheck boxes


After that, I need to make a full build, I need to select all boxes.

An other time, I need to make an other selection of steps. I need to uncheck and check a selection of steps.

It would be useful to be able to define profils that allow to make steps selections.

DuncanL
12-21-2009, 09:38 AM
I have done this in my build script by having a master variable (macro) which can be "Full", "Test" or "Nightly". I then place all the steps for the various sections of the build into groups and add conditions to the group that checks the value of the master build type macro. That way I have a single script that can perform multiple roles; rather than maintaining multiple "similar but not the same" scripts.

kinook
07-09-2015, 09:17 AM
Implemented in v9.0.
http://www.kinook.com/VisBuildPro/Manual/maintoolbar.htm