Automated build and patch (Ahola TIP)
In TIP, we have an automated system that builds and applies patches daily. This means we get a new version of TIP every day.
Build starts 5:15, its triggered in Build (10.170.0.51) Task Scheduler AO Build With PS
Task will start PowerShell which starts build process.
* C:\Attracs\RunAttracsBuilds.ps1
Patching triggers bckendsrvtst-0 (10.172.0.9) Task Scheduler
* AholaTransportTIP\Stop Attracs
* C:\attracsroot\Scripts\TIP\control_processes_ahola_tip.ps1 -action stop
* Task will Stop all TIP servers at 5:58
* AholaTransportTIP\Patch Ahola TIP
* C:\attracsroot\Scripts\TIP\start_attracs.ps1 -action Patch -specifiedenv Ahola_TIP
* Task will update BatchRun, Client and Servers at 6:00
* AholaTransportTIP\Start Ahola
* C:\attracsroot\Scripts\TIP\control_processes_ahola_tip.ps1 -action start
* Task will start all TIP servers at 6:10