Currently i'm having 4 stages:
Build ,Test, Package, Deploy
The first 2 stages should always run. Well, they do perfectly, everything good.
The Package stage works as well and needs to be promoted manually as configured. But additionally, i have configured a nightly build trigger, which i want to have automatically have executed the Package stage. Well, i'm currently not able to have promotion depending on a variable or something like this (which could be set by the trigger).
Of course, i could move the actions from the stage Package to the stage Test or Build and execute them by condition but that's no really matching the concept of stages.
In short words:
I want to manually promote my Package stage to be able to package every build but i should be able to force promotion (e.g. by variable or an action or whatever) for a certain build.