how to pass data between assemblies?
In English:
I can't find the right functionality. Help me please.
There are 5 assemblies. 4 assembly of deploying modules and 1 assembly of running tests.
In 4 assemblies - "Module Deployment":
- each assembly is run manually;
- assemblies do not depend on each other;
- when starting the assembly, a request is displayed to select the server on which the deployment should be performed (parameter specification: Display - Promt; Type -Select);
- each assembly updates a specific module;
Assembly - TESTS:
- 4 "Finish Build Trigger" triggers have been created with the "Trigger after successful build only" checkbox. Those. after the successful execution of the deployment build, the build is started - TESTS.
Please tell me how can I pass information about the server that was specified when starting the deployment assembly to the TESTS assembly?
На русском :)
Не могу найти подходящий функционал. Помогите пожалуйста.
Имеется 5 сборок. 4 сборки развертывания модулей и 1 сборка запуск тестов.
В 4 сборках - "Развертывание модуля":
- каждая сборка запуcкается вручную;
- сборки не зависят между собой;
- при запуске сборки выводиться запрос на выбор сервера, на котором необходимо производить развертывание (спецификация параметра: Display - Promt; Type -Select );
- каждая сборка выполняет обновление определенного модуля;
Сборка - ТЕСТЫ:
- создано 4 триггера "Finish Build Trigger" с галкой "Trigger after successful build only". Т.е. после успешного выполнения сборки развертывания запускается сборка - ТЕСТЫ.
Скажите, пожалуйста, как мне передать в сборку ТЕСТЫ информацию о сервер, который был указан при запуске сборки развертывания?
Please sign in to leave a comment.