| Line 138... |
Line 138... |
| 138 |
|
138 |
|
| 139 |
REM # Release Manager configuration
|
139 |
REM # Release Manager configuration
|
| 140 |
REM # Essential for ABT use. Normally optional
|
140 |
REM # Essential for ABT use. Normally optional
|
| 141 |
REM # Normally set globaly on a 'BuildMachine'
|
141 |
REM # Normally set globaly on a 'BuildMachine'
|
| 142 |
|
142 |
|
| 143 |
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@awawsards001.vix.local:1521:RELEASEM
|
143 |
if "%GBE_RM_LOCATION%"=="" set GBE_RM_LOCATION=jdbc:oracle:thin:@auawsards001.vix.local:1521:RELEASEM
|
| 144 |
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=MS_READONLY
|
144 |
if "%GBE_RM_USERNAME%"=="" set GBE_RM_USERNAME=MS_READONLY
|
| 145 |
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=MS_READONLY
|
145 |
if "%GBE_RM_PASSWORD%"=="" set GBE_RM_PASSWORD=MS_READONLY
|
| 146 |
if "%GBE_RM_URL%"=="" set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
|
146 |
if "%GBE_RM_URL%"=="" set GBE_RM_URL=http://bms:8002/ManagerSuite/Release_Manager
|
| 147 |
|
147 |
|
| 148 |
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
|
148 |
if "%GBE_DM_LOCATION%"=="" set GBE_DM_LOCATION=%GBE_RM_LOCATION%
|