Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 162.04 KB | None | 0 0
  1. [{
  2. "name": "SGI",
  3. "enforceCompleteSnapshots": false,
  4. "propSheet": {"properties": []},
  5. "components": [
  6. {
  7. "name": "SGI_BD",
  8. "created": 1443562063708,
  9. "componentType": "STANDARD",
  10. "ignoreQualifiers": 0,
  11. "importAutomatically": true,
  12. "useVfs": true,
  13. "active": true,
  14. "deleted": false,
  15. "defaultVersionType": "FULL",
  16. "cleanupDaysToKeep": 0,
  17. "cleanupCountToKeep": 0,
  18. "sourceConfigPluginName": "File System (Versioned)",
  19. "envPropDefs": [],
  20. "resPropDefs": [],
  21. "versionPropDefs": [],
  22. "propSheetGroup": {"propSheets": [
  23. {
  24. "name": "template",
  25. "properties": []
  26. },
  27. {
  28. "name": "FileSystemVersionedComponentProperties",
  29. "properties": [
  30. {
  31. "name": "basePath",
  32. "value": "Q:\\COMUN\\GERENCIA PROCESOS Y TECNOLOGIA\\INFO COMUN ENTRE DPTOS\\COMITE DE CAMBIOS\\Solicitudes\\SGI\\",
  33. "description": "",
  34. "secure": false
  35. },
  36. {
  37. "name": "extensions",
  38. "description": "",
  39. "secure": false
  40. },
  41. {
  42. "name": "saveFileExecuteBits",
  43. "value": "false",
  44. "description": "",
  45. "secure": false
  46. }
  47. ]
  48. },
  49. {
  50. "name": "custom",
  51. "properties": []
  52. }
  53. ]},
  54. "processes": [{
  55. "name": "Deploy_BD",
  56. "description": "",
  57. "defaultWorkingDir": "${p:resource\/work.dir}\/${p:component.name}",
  58. "takesVersion": true,
  59. "inventoryActionType": "ADD",
  60. "status": "Active",
  61. "configActionType": "ADD",
  62. "active": true,
  63. "path": "components\/852f930a-fb10-4927-85c4-058328ca21e7\/processes\/dcccec76-df6b-4e84-a421-bbca1a4c1be4",
  64. "propDefs": [],
  65. "rootActivity": {
  66. "edges": [
  67. {
  68. "to": "Paquetes SSIS",
  69. "from": "Scripts SQL",
  70. "type": "SUCCESS",
  71. "value": ""
  72. },
  73. {
  74. "to": "a3fc685ed5973d23f93824c8454e82",
  75. "from": "Copiar logs a FS",
  76. "type": "ALWAYS",
  77. "value": ""
  78. },
  79. {
  80. "to": "Copiar logs a FS",
  81. "from": "Paquetes SSIS",
  82. "type": "SUCCESS",
  83. "value": ""
  84. },
  85. {
  86. "to": "Descargar artefactos",
  87. "from": "Suprimir archivos y directorios",
  88. "type": "SUCCESS",
  89. "value": ""
  90. },
  91. {
  92. "to": "Suprimir archivos y directorios",
  93. "type": "ALWAYS",
  94. "value": ""
  95. },
  96. {
  97. "to": "Scripts SQL",
  98. "from": "Descargar artefactos",
  99. "type": "SUCCESS",
  100. "value": ""
  101. }
  102. ],
  103. "offsets": [
  104. {
  105. "name": "Copiar logs a FS",
  106. "x": -60,
  107. "y": 502,
  108. "h": 60,
  109. "w": 200
  110. },
  111. {
  112. "name": "a3fc685ed5973d23f93824c8454e82",
  113. "x": -5,
  114. "y": 640,
  115. "h": 50,
  116. "w": 90
  117. },
  118. {
  119. "name": "Descargar artefactos",
  120. "x": -75,
  121. "y": 190,
  122. "h": 60,
  123. "w": 230
  124. },
  125. {
  126. "name": "Paquetes SSIS",
  127. "x": -40,
  128. "y": 380,
  129. "h": 60,
  130. "w": 160
  131. },
  132. {
  133. "name": "Scripts SQL",
  134. "x": -29,
  135. "y": 290,
  136. "h": 60,
  137. "w": 140
  138. },
  139. {
  140. "name": "Suprimir archivos y directorios",
  141. "x": -100,
  142. "y": 90,
  143. "h": 60,
  144. "w": 280
  145. }
  146. ],
  147. "type": "graph",
  148. "name": "79c04a74-9964-4959-88ef-77bc90335d27",
  149. "children": [
  150. {
  151. "type": "finish",
  152. "name": "a3fc685ed5973d23f93824c8454e82",
  153. "children": []
  154. },
  155. {
  156. "allowFailure": false,
  157. "useImpersonation": false,
  158. "showHidden": false,
  159. "impersonationUseSudo": false,
  160. "workingDir": "${p:resource\/work.dir}\/${p:component.name}",
  161. "commandName": "Shell",
  162. "pluginName": "Shell",
  163. "pluginVersion": 6,
  164. "properties": {
  165. "directoryOffset": ".",
  166. "shellInterpreter": "",
  167. "scriptBody": ":: ::::: Instalacion Paquetes :::::\n:: ::::: Ceiba Software S.A.S. :::::\n:: Fecha Actualización 25\/11\/2013\n\n:: ::::: Variables :::::\nSET servername=${p:resource\/sqlServerHost}\nSET databaseName=${p:resource\/sqlDataBase}\nSET logfile=sqlScripts.log\n:: ::::: Fin Variables :::::\nECHO OFF\nSETLOCAL ENABLEDELAYEDEXPANSION\n:: ::::: Get Current Date :::::\nfor \/F \"usebackq tokens=1,2 delims==\" %%i in (`wmic os get LocalDateTime \/VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j\nset ldt=%ldt:~0,4%-%ldt:~4,2%-%ldt:~6,2% %ldt:~8,2%:%ldt:~10,2%:%ldt:~12,6%\n:: ::::: End Get Current Date :::::\n\nCLS\nECHO :::::::::::::::::::::::::::::::::\nECHO ::::: Instalacion Paquetes :::::\nECHO ::::: Ceiba Software S.A.S. :::::\nECHO :::::::::::::::::::::::::::::::::\nECHO.\n::ECHO ::::: Datos :::::\n::ECHO Servidor: %servername%\n::ECHO Base de Datos: %databaseName%\n::ECHO.\n::ECHO ::::: Pasos :::::\nECHO 1. Instalacion de Scripts SQL\n::ECHO 2. Instalacion de Paquetes SSIS\n::ECHO.\n::SET \/P cambiar=Cambiar datos de servidor (S\/N)? \n::ECHO.\n::IF \/i {%cambiar%}=={s} (GOTO :SI)\nGOTO :NO\n\n::ECHO.\n\n:::SI\n::SET \/P servername=Servidor: \n::SET \/P databaseName=Base de Datos: \n\n:NO \n::ECHO.\n\n:: ::::: Paso 1 Instalacion de Scripts :::::\nECHO ::::: Ejecucion - %ldt% :::::\nECHO ::::: Ejecucion - %ldt% ::::: >> %logfile%\nECHO 1. Instalacion de Scripts SQL\nECHO 1. Instalacion de Scripts SQL >> %logfile%\nFOR %%G IN (Scripts\/*.sql) DO (\n\tECHO Ejecucion de Script SQL %%G >> %logfile%\n\tsqlcmd \/S \"%servername%\" \/d \"%databaseName%\" -E -i \"Scripts\/%%G\" >> %logfile%\n)\nECHO.\nECHO ::::: Instalacion de Scripts Terminada :::::\nECHO ::::: Instalacion de Scripts Terminada ::::: >> %logfile%\nECHO. >> %logfile% \nECHO.\n::PAUSE",
  168. "runAsDaemon": "false",
  169. "outputFile": ""
  170. },
  171. "type": "plugin",
  172. "name": "Scripts SQL",
  173. "children": []
  174. },
  175. {
  176. "allowFailure": false,
  177. "useImpersonation": false,
  178. "showHidden": false,
  179. "impersonationUseSudo": false,
  180. "workingDir": "${p:resource\/work.dir}\/${p:component.name}",
  181. "commandName": "Shell",
  182. "pluginName": "Shell",
  183. "pluginVersion": 6,
  184. "properties": {
  185. "directoryOffset": ".",
  186. "shellInterpreter": "",
  187. "scriptBody": ":: ::::: Instalacion Paquetes :::::\n:: ::::: Ceiba Software S.A.S. :::::\n:: Fecha Actualización 25\/11\/2013\n\n:: ::::: Variables :::::\nSET servername=${p:resource\/sqlServerHost}\nSET databaseName=${p:resource\/sqlDataBase}\nSET logfile=paquetes.log\n:: ::::: Fin Variables :::::\nECHO OFF\nSETLOCAL ENABLEDELAYEDEXPANSION\n:: ::::: Get Current Date :::::\nfor \/F \"usebackq tokens=1,2 delims==\" %%i in (`wmic os get LocalDateTime \/VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j\nset ldt=%ldt:~0,4%-%ldt:~4,2%-%ldt:~6,2% %ldt:~8,2%:%ldt:~10,2%:%ldt:~12,6%\n:: ::::: End Get Current Date :::::\n:: ::::: Paso 2 Instalacion de Paquetes SSIS :::::\nECHO 2. Instalacion de Paquetes SSIS\nECHO 2. Instalacion de Paquetes SSIS >> %logfile%\nECHO.\nGOTO CARPETAS\n\n:CARPETAS\n:: ::::: PAQUETES EN CARPETAS :::::\nFOR \/d %%D IN (Paquetes\/*) DO (\n\tSET filefolder=%%D\n\t:: ECHO Paquetes\/!filefolder!\n\tcall :INSTALACION\n)\nGOTO PADRE\n\n:: ::::: PAQUETES PADRE :::::\n:PADRE\nSET filefolder=\nSET nextstep=FIN\ncall :INSTALACION\nGOTO FIN\n\n:INSTALACION\nECHO - Borrado e instalacion de paquetes SGI\\%filefolder%\nECHO - Borrado e instalacion de paquetes SGI\\%filefolder% >> %logfile%\nFOR %%G IN (Paquetes\/!filefolder!\/*.dtsx) DO (\n\tECHO - Borrado de paquete %%~G >> %logfile%\n\tECHO dtutil \/SQL \"SGI\\!filefolder!\\%%~nG\" \/SourceServer %servername% \/DELETE >> %logfile%\n\tdtutil \/SQL \"SGI\\!filefolder!\\%%~nG\" \/SourceServer %servername% \/DELETE >> %logfile%\n\tECHO. >> %logfile%\n\tECHO - Instalacion de paquete %%~G >> %logfile%\n\tECHO dtutil \/File \"Paquetes\/!filefolder!\/%%~G\" \/DestServer %servername% \/Copy SQL;\"SGI\\!filefolder!\\%%~nG\" \/Q >> %logfile%\n\tdtutil \/File \"Paquetes\/!filefolder!\/%%~G\" \/DestServer %servername% \/Copy SQL;\"SGI\\!filefolder!\\%%~nG\" \/Q >> %logfile%\n\tECHO. >> %logfile%\n)\nexit \/b\n\n:FIN\nECHO.\nECHO ::::: Instalacion de Paquetes Terminada :::::\nECHO ::::: Verifique el archivo events.log para :::::\nECHO ::::: los resultados de la ejecucion :::::\nECHO ::::: Instalacion de Paquetes Terminada ::::: >> %logfile%\nECHO.",
  188. "runAsDaemon": "false",
  189. "outputFile": ""
  190. },
  191. "type": "plugin",
  192. "name": "Paquetes SSIS",
  193. "children": []
  194. },
  195. {
  196. "allowFailure": false,
  197. "useImpersonation": false,
  198. "showHidden": false,
  199. "impersonationUseSudo": false,
  200. "commandName": "Delete Files and Directories",
  201. "pluginName": "File Utils",
  202. "pluginVersion": 40,
  203. "properties": {
  204. "baseDir": ".",
  205. "includes": "**\/*",
  206. "excludes": "",
  207. "followSymlinks": "false",
  208. "caseSensitive": "true"
  209. },
  210. "type": "plugin",
  211. "name": "Suprimir archivos y directorios",
  212. "children": []
  213. },
  214. {
  215. "allowFailure": false,
  216. "useImpersonation": false,
  217. "showHidden": false,
  218. "impersonationUseSudo": false,
  219. "commandName": "Download Artifacts",
  220. "pluginName": "IBM UrbanCode Deploy Versioned File Storage",
  221. "pluginVersion": 23,
  222. "properties": {
  223. "directoryOffset": ".",
  224. "artifactSetBaseDir": "",
  225. "fileIncludePatterns": "**\/*",
  226. "fileExcludePatterns": "",
  227. "syncMode": "true",
  228. "fullVerification": "true",
  229. "setFileExecuteBits": "false",
  230. "verifyFileIntegrity": "false",
  231. "versionId": "${p:version.id}",
  232. "serverUrl": "${p:server.url}",
  233. "compId": "${p:component.id}",
  234. "resId": "${p:resource.id}",
  235. "charset": "",
  236. "label": ""
  237. },
  238. "type": "plugin",
  239. "name": "Descargar artefactos",
  240. "children": []
  241. },
  242. {
  243. "allowFailure": false,
  244. "useImpersonation": false,
  245. "showHidden": false,
  246. "impersonationUseSudo": false,
  247. "commandName": "Copy Directory",
  248. "pluginName": "File Utils",
  249. "pluginVersion": 40,
  250. "properties": {
  251. "sourceDir": "${p:resource\/work.dir}\/${p:component.name}",
  252. "destDirList": "Q:\\COMUN\\GERENCIA PROCESOS Y TECNOLOGIA\\INFO COMUN ENTRE DPTOS\\COMITE DE CAMBIOS\\Solicitudes\\SGI\\${p:version.name}",
  253. "includes": "**\/*paquetes.log\n**\/*sqlScripts.log",
  254. "excludes": "",
  255. "mapperRules": ""
  256. },
  257. "type": "plugin",
  258. "name": "Copiar logs a FS",
  259. "children": []
  260. }
  261. ]
  262. }
  263. }],
  264. "configTemplates": [],
  265. "genericProcesses": [],
  266. "teamMappings": [{
  267. "teamId": "682760d1-c79e-4eb3-8b10-50dfa4e8fb68",
  268. "teamLabel": "SGI",
  269. "resourceTypeId": "20000000000000000000000000000101",
  270. "resourceTypeName": "Component"
  271. }]
  272. },
  273. {
  274. "name": "SGI_IIS",
  275. "created": 1443562073814,
  276. "componentType": "STANDARD",
  277. "ignoreQualifiers": 0,
  278. "importAutomatically": true,
  279. "useVfs": true,
  280. "active": true,
  281. "deleted": false,
  282. "defaultVersionType": "FULL",
  283. "cleanupDaysToKeep": 0,
  284. "cleanupCountToKeep": 0,
  285. "sourceConfigPluginName": "File System (Versioned)",
  286. "envPropDefs": [],
  287. "resPropDefs": [],
  288. "versionPropDefs": [],
  289. "propSheetGroup": {"propSheets": [
  290. {
  291. "name": "template",
  292. "properties": []
  293. },
  294. {
  295. "name": "custom",
  296. "properties": []
  297. },
  298. {
  299. "name": "FileSystemVersionedComponentProperties",
  300. "properties": [
  301. {
  302. "name": "basePath",
  303. "value": "Q:\\COMUN\\GERENCIA PROCESOS Y TECNOLOGIA\\INFO COMUN ENTRE DPTOS\\COMITE DE CAMBIOS\\Solicitudes\\SGI\\",
  304. "description": "",
  305. "secure": false
  306. },
  307. {
  308. "name": "extensions",
  309. "description": "",
  310. "secure": false
  311. },
  312. {
  313. "name": "saveFileExecuteBits",
  314. "value": "true",
  315. "description": "",
  316. "secure": false
  317. }
  318. ]
  319. }
  320. ]},
  321. "processes": [{
  322. "name": "install_site",
  323. "description": "",
  324. "defaultWorkingDir": "${p:resource\/work.dir}\/${p:component.name}",
  325. "takesVersion": true,
  326. "inventoryActionType": "ADD",
  327. "status": "Active",
  328. "configActionType": "ADD",
  329. "active": true,
  330. "path": "components\/71e2b2e3-c4d7-4c95-9fb8-9e26baa41910\/processes\/de59013f-4978-438e-b059-bf83ad69c06a",
  331. "propDefs": [],
  332. "rootActivity": {
  333. "edges": [
  334. {
  335. "to": "Start Monitor SGI",
  336. "from": "Update Monitor SGI",
  337. "type": "SUCCESS",
  338. "value": ""
  339. },
  340. {
  341. "to": "returnWeb.bat",
  342. "from": "execute deploy.bat",
  343. "type": "SUCCESS",
  344. "value": ""
  345. },
  346. {
  347. "to": "Start SGI Certificados",
  348. "from": "Update SGI Certificados",
  349. "type": "SUCCESS",
  350. "value": ""
  351. },
  352. {
  353. "to": "Verify SgiWindowsServices",
  354. "from": "Start Application Pool Sgiweb",
  355. "type": "SUCCESS",
  356. "value": ""
  357. },
  358. {
  359. "to": "return TemplateImages",
  360. "from": "Update(Copy) SgiWeb",
  361. "type": "SUCCESS",
  362. "value": ""
  363. },
  364. {
  365. "to": "Start Service",
  366. "from": "RollBack Notificaciones",
  367. "type": "SUCCESS",
  368. "value": ""
  369. },
  370. {
  371. "to": "Start Application Pool",
  372. "from": "Stop Application Pool",
  373. "type": "SUCCESS",
  374. "value": ""
  375. },
  376. {
  377. "to": "041c31817aa0e866156f6ea5b8f255",
  378. "from": "Verify SgiWindowsServices",
  379. "type": "FAILURE",
  380. "value": ""
  381. },
  382. {
  383. "to": "Verify Monitor SGI Service",
  384. "from": "Verify SgiWindowsServices",
  385. "type": "SUCCESS",
  386. "value": ""
  387. },
  388. {
  389. "to": "Verify SGI Certificados Service",
  390. "from": "Start Service",
  391. "type": "ALWAYS",
  392. "value": ""
  393. },
  394. {
  395. "to": "Start Service",
  396. "from": "Update Notificaciones SGI",
  397. "type": "SUCCESS",
  398. "value": ""
  399. },
  400. {
  401. "to": "RollBack Notificaciones",
  402. "from": "Update Notificaciones SGI",
  403. "type": "FAILURE",
  404. "value": ""
  405. },
  406. {
  407. "to": "041c31817aa0e866156f6ea5b8f255",
  408. "from": "RollBack ServiciosSgi",
  409. "type": "SUCCESS",
  410. "value": ""
  411. },
  412. {
  413. "to": "Backup SGI Certificados",
  414. "from": "Verify SGI Certificados Service",
  415. "type": "SUCCESS",
  416. "value": ""
  417. },
  418. {
  419. "to": "Verify Monitor Notificaciones SGI",
  420. "from": "Start Monitor SGI",
  421. "type": "ALWAYS",
  422. "value": ""
  423. },
  424. {
  425. "to": "Verify SGI Certificados Service",
  426. "from": "Verify Monitor Notificaciones SGI",
  427. "type": "FAILURE",
  428. "value": ""
  429. },
  430. {
  431. "to": "RollBack Monitor",
  432. "from": "Update Monitor SGI",
  433. "type": "FAILURE",
  434. "value": ""
  435. },
  436. {
  437. "to": "RollBack ServiciosSgi",
  438. "from": "execute deploy.bat",
  439. "type": "FAILURE",
  440. "value": ""
  441. },
  442. {
  443. "to": "Copy Site Backup",
  444. "from": "Verify SgiWebServices",
  445. "type": "SUCCESS",
  446. "value": ""
  447. },
  448. {
  449. "to": "Verify SgiWindowsServices",
  450. "from": "Rollback SgiWeb",
  451. "type": "SUCCESS",
  452. "value": ""
  453. },
  454. {
  455. "to": "Update(Copy) SgiWeb",
  456. "from": "Bakcup SgiWeb",
  457. "type": "SUCCESS",
  458. "value": ""
  459. },
  460. {
  461. "to": "Stop SGI Certificados",
  462. "from": "Backup SGI Certificados",
  463. "type": "SUCCESS",
  464. "value": ""
  465. },
  466. {
  467. "to": "Verify SgiWeb",
  468. "from": "Verify SgiWebServices",
  469. "type": "FAILURE",
  470. "value": ""
  471. },
  472. {
  473. "to": "Stop Service",
  474. "from": "Backup Monitor SGI",
  475. "type": "SUCCESS",
  476. "value": ""
  477. },
  478. {
  479. "to": "execute deploy.bat",
  480. "from": "Copy Site Backup",
  481. "type": "SUCCESS",
  482. "value": ""
  483. },
  484. {
  485. "to": "Update Notificaciones SGI",
  486. "from": "Stop Notificaciones SGI",
  487. "type": "SUCCESS",
  488. "value": ""
  489. },
  490. {
  491. "to": "Update SGI Certificados",
  492. "from": "Stop SGI Certificados",
  493. "type": "SUCCESS",
  494. "value": ""
  495. },
  496. {
  497. "to": "Verify SgiWebServices",
  498. "from": "Download Artifacts",
  499. "type": "SUCCESS",
  500. "value": ""
  501. },
  502. {
  503. "to": "Delete Files and Directories",
  504. "type": "ALWAYS",
  505. "value": ""
  506. },
  507. {
  508. "to": "Stop Application Pool SgiWeb",
  509. "from": "return TemplateImages",
  510. "type": "SUCCESS",
  511. "value": ""
  512. },
  513. {
  514. "to": "Bakcup SgiWeb",
  515. "from": "Verify SgiWeb",
  516. "type": "SUCCESS",
  517. "value": ""
  518. },
  519. {
  520. "to": "Verify Monitor Notificaciones SGI",
  521. "from": "Verify Monitor SGI Service",
  522. "type": "FAILURE",
  523. "value": ""
  524. },
  525. {
  526. "to": "Download Artifacts",
  527. "from": "Delete Files and Directories",
  528. "type": "SUCCESS",
  529. "value": ""
  530. },
  531. {
  532. "to": "Stop Notificaciones SGI",
  533. "from": "Backup Notificaciones SGI",
  534. "type": "SUCCESS",
  535. "value": ""
  536. },
  537. {
  538. "to": "Start Application Pool Sgiweb",
  539. "from": "Stop Application Pool SgiWeb",
  540. "type": "SUCCESS",
  541. "value": ""
  542. },
  543. {
  544. "to": "Verify SgiWindowsServices",
  545. "from": "Verify SgiWeb",
  546. "type": "FAILURE",
  547. "value": ""
  548. },
  549. {
  550. "to": "Backup Monitor SGI",
  551. "from": "Verify Monitor SGI Service",
  552. "type": "SUCCESS",
  553. "value": ""
  554. },
  555. {
  556. "to": "Start SGI Certificados",
  557. "from": "RollBack Certificados",
  558. "type": "SUCCESS",
  559. "value": ""
  560. },
  561. {
  562. "to": "Backup Notificaciones SGI",
  563. "from": "Verify Monitor Notificaciones SGI",
  564. "type": "SUCCESS",
  565. "value": ""
  566. },
  567. {
  568. "to": "Update Monitor SGI",
  569. "from": "Stop Service",
  570. "type": "SUCCESS",
  571. "value": ""
  572. },
  573. {
  574. "to": "041c31817aa0e866156f6ea5b8f255",
  575. "from": "Start SGI Certificados",
  576. "type": "SUCCESS",
  577. "value": ""
  578. },
  579. {
  580. "to": "Stop Application Pool",
  581. "from": "returnWeb.bat",
  582. "type": "SUCCESS",
  583. "value": ""
  584. },
  585. {
  586. "to": "Start Monitor SGI",
  587. "from": "RollBack Monitor",
  588. "type": "SUCCESS",
  589. "value": ""
  590. },
  591. {
  592. "to": "Rollback SgiWeb",
  593. "from": "Update(Copy) SgiWeb",
  594. "type": "FAILURE",
  595. "value": ""
  596. },
  597. {
  598. "to": "RollBack Certificados",
  599. "from": "Update SGI Certificados",
  600. "type": "FAILURE",
  601. "value": ""
  602. },
  603. {
  604. "to": "Verify SgiWeb",
  605. "from": "Start Application Pool",
  606. "type": "SUCCESS",
  607. "value": ""
  608. }
  609. ],
  610. "offsets": [
  611. {
  612. "name": "execute deploy.bat",
  613. "x": -595,
  614. "y": 420.0000000000001,
  615. "h": 60,
  616. "w": 180
  617. },
  618. {
  619. "name": "RollBack Certificados",
  620. "x": 1360,
  621. "y": 1270.0000000000002,
  622. "h": 60,
  623. "w": 190
  624. },
  625. {
  626. "name": "RollBack Notificaciones",
  627. "x": 430,
  628. "y": 1188.0000000000002,
  629. "h": 60,
  630. "w": 200
  631. },
  632. {
  633. "name": "Start SGI Certificados",
  634. "x": 1085,
  635. "y": 1330.0000000000002,
  636. "h": 60,
  637. "w": 190
  638. },
  639. {
  640. "name": "Stop Service",
  641. "x": 420,
  642. "y": 890,
  643. "h": 60,
  644. "w": 180
  645. },
  646. {
  647. "name": "Update Monitor SGI",
  648. "x": 415,
  649. "y": 973,
  650. "h": 60,
  651. "w": 190
  652. },
  653. {
  654. "name": "Stop Application Pool",
  655. "x": -615,
  656. "y": 606.0000000000001,
  657. "h": 60,
  658. "w": 220
  659. },
  660. {
  661. "name": "Stop Application Pool SgiWeb",
  662. "x": -285,
  663. "y": 770.0000000000001,
  664. "h": 60,
  665. "w": 240
  666. },
  667. {
  668. "name": "RollBack ServiciosSgi",
  669. "x": -850,
  670. "y": 550.0000000000001,
  671. "h": 60,
  672. "w": 200
  673. },
  674. {
  675. "name": "Backup Monitor SGI",
  676. "x": 415,
  677. "y": 810.0000000000002,
  678. "h": 60,
  679. "w": 190
  680. },
  681. {
  682. "name": "Start Service",
  683. "x": 735,
  684. "y": 1248.0000000000002,
  685. "h": 60,
  686. "w": 180
  687. },
  688. {
  689. "name": "Verify SgiWeb",
  690. "x": -240,
  691. "y": 440.0000000000001,
  692. "h": 60,
  693. "w": 150
  694. },
  695. {
  696. "name": "Verify SgiWebServices",
  697. "x": -610,
  698. "y": 230.0000000000001,
  699. "h": 60,
  700. "w": 200
  701. },
  702. {
  703. "name": "Start Monitor SGI",
  704. "x": 420,
  705. "y": 1060.0000000000002,
  706. "h": 60,
  707. "w": 180
  708. },
  709. {
  710. "name": "Delete Files and Directories",
  711. "x": -90.00000000000023,
  712. "y": 90,
  713. "h": 60,
  714. "w": 260
  715. },
  716. {
  717. "name": "Start Application Pool Sgiweb",
  718. "x": -285,
  719. "y": 850.0000000000001,
  720. "h": 60,
  721. "w": 240
  722. },
  723. {
  724. "name": "041c31817aa0e866156f6ea5b8f255",
  725. "x": -410,
  726. "y": 1116.0000000000002,
  727. "h": 50,
  728. "w": 90
  729. },
  730. {
  731. "name": "returnWeb.bat",
  732. "x": -580,
  733. "y": 520.0000000000001,
  734. "h": 60,
  735. "w": 150
  736. },
  737. {
  738. "name": "Update Notificaciones SGI",
  739. "x": 715,
  740. "y": 1161.0000000000002,
  741. "h": 60,
  742. "w": 220
  743. },
  744. {
  745. "name": "Verify Monitor SGI Service",
  746. "x": 400,
  747. "y": 730.0000000000002,
  748. "h": 60,
  749. "w": 220
  750. },
  751. {
  752. "name": "Stop Notificaciones SGI",
  753. "x": 720,
  754. "y": 1078.0000000000002,
  755. "h": 60,
  756. "w": 210
  757. },
  758. {
  759. "name": "Backup Notificaciones SGI",
  760. "x": 715,
  761. "y": 998,
  762. "h": 60,
  763. "w": 220
  764. },
  765. {
  766. "name": "Copy Site Backup",
  767. "x": -600,
  768. "y": 320.0000000000001,
  769. "h": 60,
  770. "w": 190
  771. },
  772. {
  773. "name": "Verify Monitor Notificaciones SGI",
  774. "x": 700,
  775. "y": 920,
  776. "h": 60,
  777. "w": 250
  778. },
  779. {
  780. "name": "Verify SgiWindowsServices",
  781. "x": 260.0000000000002,
  782. "y": 630.0000000000001,
  783. "h": 60,
  784. "w": 220
  785. },
  786. {
  787. "name": "Download Artifacts",
  788. "x": -70.00000000000034,
  789. "y": 200.00000000000017,
  790. "h": 60,
  791. "w": 220
  792. },
  793. {
  794. "name": "Verify SGI Certificados Service",
  795. "x": 1060,
  796. "y": 989,
  797. "h": 60,
  798. "w": 240
  799. },
  800. {
  801. "name": "Bakcup SgiWeb",
  802. "x": -260,
  803. "y": 520.0000000000001,
  804. "h": 60,
  805. "w": 190
  806. },
  807. {
  808. "name": "Update SGI Certificados",
  809. "x": 1075,
  810. "y": 1240.0000000000002,
  811. "h": 60,
  812. "w": 210
  813. },
  814. {
  815. "name": "Backup SGI Certificados",
  816. "x": 1075,
  817. "y": 1073.0000000000002,
  818. "h": 60,
  819. "w": 210
  820. },
  821. {
  822. "name": "Start Application Pool",
  823. "x": -615,
  824. "y": 690.0000000000001,
  825. "h": 60,
  826. "w": 220
  827. },
  828. {
  829. "name": "RollBack Monitor",
  830. "x": 150,
  831. "y": 1120.0000000000002,
  832. "h": 60,
  833. "w": 190
  834. },
  835. {
  836. "name": "Stop SGI Certificados",
  837. "x": 1085,
  838. "y": 1150.0000000000002,
  839. "h": 60,
  840. "w": 190
  841. },
  842. {
  843. "name": "Rollback SgiWeb",
  844. "x": -10,
  845. "y": 690.0000000000001,
  846. "h": 60,
  847. "w": 190
  848. },
  849. {
  850. "name": "Update(Copy) SgiWeb",
  851. "x": -265,
  852. "y": 606.0000000000001,
  853. "h": 60,
  854. "w": 200
  855. },
  856. {
  857. "name": "return TemplateImages",
  858. "x": -265,
  859. "y": 690.0000000000001,
  860. "h": 60,
  861. "w": 200
  862. }
  863. ],
  864. "type": "graph",
  865. "name": "792a3853-758e-4dcf-bb45-63b8f16afc0e",
  866. "children": [
  867. {
  868. "type": "finish",
  869. "name": "041c31817aa0e866156f6ea5b8f255",
  870. "children": []
  871. },
  872. {
  873. "allowFailure": false,
  874. "useImpersonation": false,
  875. "showHidden": false,
  876. "impersonationUseSudo": false,
  877. "commandName": "Delete Files and Directories",
  878. "pluginName": "File Utils",
  879. "pluginVersion": 40,
  880. "properties": {
  881. "baseDir": ".",
  882. "includes": "**\/*",
  883. "excludes": "",
  884. "followSymlinks": "false",
  885. "caseSensitive": "true"
  886. },
  887. "type": "plugin",
  888. "name": "Delete Files and Directories",
  889. "children": []
  890. },
  891. {
  892. "allowFailure": false,
  893. "useImpersonation": false,
  894. "showHidden": false,
  895. "impersonationUseSudo": false,
  896. "commandName": "Download Artifacts",
  897. "pluginName": "IBM UrbanCode Deploy Versioned File Storage",
  898. "pluginVersion": 23,
  899. "properties": {
  900. "directoryOffset": ".",
  901. "artifactSetBaseDir": "",
  902. "fileIncludePatterns": "**\/*",
  903. "fileExcludePatterns": "",
  904. "syncMode": "true",
  905. "fullVerification": "true",
  906. "setFileExecuteBits": "false",
  907. "verifyFileIntegrity": "false",
  908. "versionId": "${p:version.id}",
  909. "serverUrl": "${p:server.url}",
  910. "compId": "${p:component.id}",
  911. "resId": "${p:resource.id}",
  912. "charset": "",
  913. "label": ""
  914. },
  915. "type": "plugin",
  916. "name": "Download Artifacts",
  917. "children": []
  918. },
  919. {
  920. "allowFailure": false,
  921. "useImpersonation": false,
  922. "showHidden": false,
  923. "impersonationUseSudo": false,
  924. "postProcessingScript": {
  925. "id": "46dbecfc-e589-4bd3-a438-99fe5623dfa1",
  926. "name": "PostScript",
  927. "description": "",
  928. "body": " properties.put(\"Status\", \"Success\");\n \n \/\/\n \/\/ Evaluate the built-in exitCode property, which indicates the exit code\n \/\/ of the script called by the plug-in step. Typically, if the value of\n \/\/ the exitCode property is non-zero, the plug-in step failed.\n \/\/\n if (properties.get(\"exitCode\") != 0) {\n properties.put(\"Status\", \"Failure\");\n }\n else {\n \n \/\/\n \/\/ Register a scanner to search for the text \"error at line\" in the log.\n \/\/ The first argument is a regular expression.\n \/\/\n \/\/ The second argument, an inline function, is invoked once for\n \/\/ every line in the log output that matches the pattern. The \"lineNumber\"\n \/\/ variable contains the line number where the match occurred, and the\n \/\/ \"line\" variable is the full text of the line.\n \/\/\n scanner.register(\"(?i)Error count:\", function(lineNumber, line) {\n \n \/\/\n \/\/ In this case, we build up an \"Error\" property which\n \/\/ contains the text of all errors that are found. We find every\n \/\/ line starting with \"error at line\" and add it to this list.\n \/\/\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n errors.add(line);\n \n \n properties.put(\"Status\", \"Failure\");\n });\n \n scanner.register(\"The value is\", function(lineNumber, line) {\n var value = line.replace(\"The value is \", \"\");\n properties.put(\"Value\", value);\n });\n \n scanner.scan();\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n properties.put(\"Error\", errors.toString());\n }"
  929. },
  930. "commandName": "Shell",
  931. "pluginName": "Shell",
  932. "pluginVersion": 6,
  933. "properties": {
  934. "directoryOffset": ".",
  935. "shellInterpreter": "",
  936. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nfor \/F %%i in ('DIR ${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWebServices \/B \/O:D') do (\n\tECHO %%i\n\tcd .\\Sgi\\SgiWebServices\\%%i\n\tfor \/F %%k in ('DIR *.zip \/B \/O:D') do (ECHO %%k\n\t\t${p:resource\/IIS-MSD.commandPath}\\msdeploy.exe -verb:sync -source:package=%%k -dest:auto -setParam:\"IIS Web Application Name\"=ServiciosSgi\/%%i -enableRule:DeleteRule\n\tcd ${p:resource\/work.dir}${p:component.name})\n\t)",
  937. "runAsDaemon": "false",
  938. "outputFile": ""
  939. },
  940. "type": "plugin",
  941. "name": "execute deploy.bat",
  942. "children": []
  943. },
  944. {
  945. "allowFailure": false,
  946. "useImpersonation": false,
  947. "showHidden": false,
  948. "impersonationUseSudo": false,
  949. "commandName": "Copy Directory",
  950. "pluginName": "File Utils",
  951. "pluginVersion": 40,
  952. "properties": {
  953. "sourceDir": "${p:resource\/sitePath}ServiciosSgi",
  954. "destDirList": "${p:resource\/work.dir}${p:component.name}\\Backup\\ServiciosSgi",
  955. "includes": "**\/*",
  956. "excludes": "",
  957. "mapperRules": ""
  958. },
  959. "type": "plugin",
  960. "name": "Copy Site Backup",
  961. "children": []
  962. },
  963. {
  964. "allowFailure": false,
  965. "useImpersonation": false,
  966. "showHidden": false,
  967. "impersonationUseSudo": false,
  968. "postProcessingScript": {
  969. "id": "46dbecfc-e589-4bd3-a438-99fe5623dfa1",
  970. "name": "PostScript",
  971. "description": "",
  972. "body": " properties.put(\"Status\", \"Success\");\n \n \/\/\n \/\/ Evaluate the built-in exitCode property, which indicates the exit code\n \/\/ of the script called by the plug-in step. Typically, if the value of\n \/\/ the exitCode property is non-zero, the plug-in step failed.\n \/\/\n if (properties.get(\"exitCode\") != 0) {\n properties.put(\"Status\", \"Failure\");\n }\n else {\n \n \/\/\n \/\/ Register a scanner to search for the text \"error at line\" in the log.\n \/\/ The first argument is a regular expression.\n \/\/\n \/\/ The second argument, an inline function, is invoked once for\n \/\/ every line in the log output that matches the pattern. The \"lineNumber\"\n \/\/ variable contains the line number where the match occurred, and the\n \/\/ \"line\" variable is the full text of the line.\n \/\/\n scanner.register(\"(?i)Error count:\", function(lineNumber, line) {\n \n \/\/\n \/\/ In this case, we build up an \"Error\" property which\n \/\/ contains the text of all errors that are found. We find every\n \/\/ line starting with \"error at line\" and add it to this list.\n \/\/\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n errors.add(line);\n \n \n properties.put(\"Status\", \"Failure\");\n });\n \n scanner.register(\"The value is\", function(lineNumber, line) {\n var value = line.replace(\"The value is \", \"\");\n properties.put(\"Value\", value);\n });\n \n scanner.scan();\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n properties.put(\"Error\", errors.toString());\n }"
  973. },
  974. "commandName": "Shell",
  975. "pluginName": "Shell",
  976. "pluginVersion": 6,
  977. "properties": {
  978. "directoryOffset": ".",
  979. "shellInterpreter": "",
  980. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nfor \/F %%i in ('DIR ${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWebServices \/B \/O:D') do (\n\tECHO %%i\n\txcopy ${p:resource\/work.dir}${p:component.name}\\Backup\\%%i\\Web.config ${p:resource\/sitePath}ServiciosSgi\\%%i \/E \/i \/Y\n\tcd ..\n\tcd ..)",
  981. "runAsDaemon": "false",
  982. "outputFile": ""
  983. },
  984. "type": "plugin",
  985. "name": "returnWeb.bat",
  986. "children": []
  987. },
  988. {
  989. "allowFailure": false,
  990. "useImpersonation": false,
  991. "showHidden": false,
  992. "impersonationUseSudo": false,
  993. "commandName": "Shell",
  994. "pluginName": "Shell",
  995. "pluginVersion": 6,
  996. "properties": {
  997. "directoryOffset": ".",
  998. "shellInterpreter": "",
  999. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWebServices\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1000. "runAsDaemon": "false",
  1001. "outputFile": ""
  1002. },
  1003. "type": "plugin",
  1004. "name": "Verify SgiWebServices",
  1005. "children": []
  1006. },
  1007. {
  1008. "allowFailure": false,
  1009. "useImpersonation": false,
  1010. "showHidden": false,
  1011. "impersonationUseSudo": false,
  1012. "commandName": "Shell",
  1013. "pluginName": "Shell",
  1014. "pluginVersion": 6,
  1015. "properties": {
  1016. "directoryOffset": ".",
  1017. "shellInterpreter": "",
  1018. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1019. "runAsDaemon": "false",
  1020. "outputFile": ""
  1021. },
  1022. "type": "plugin",
  1023. "name": "Verify SgiWindowsServices",
  1024. "children": []
  1025. },
  1026. {
  1027. "allowFailure": false,
  1028. "useImpersonation": false,
  1029. "showHidden": false,
  1030. "impersonationUseSudo": false,
  1031. "commandName": "Shell",
  1032. "pluginName": "Shell",
  1033. "pluginVersion": 6,
  1034. "properties": {
  1035. "directoryOffset": ".",
  1036. "shellInterpreter": "",
  1037. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWeb\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1038. "runAsDaemon": "false",
  1039. "outputFile": ""
  1040. },
  1041. "type": "plugin",
  1042. "name": "Verify SgiWeb",
  1043. "children": []
  1044. },
  1045. {
  1046. "allowFailure": false,
  1047. "useImpersonation": false,
  1048. "showHidden": true,
  1049. "impersonationUseSudo": false,
  1050. "commandName": "Stop Application Pool",
  1051. "pluginName": "IIS AppCmd",
  1052. "pluginVersion": 3,
  1053. "properties": {
  1054. "poolName": "ServiciosSgi",
  1055. "argString": "",
  1056. "commandPath": "${p:resource\/appcmd.commandPath}"
  1057. },
  1058. "type": "plugin",
  1059. "name": "Stop Application Pool",
  1060. "children": []
  1061. },
  1062. {
  1063. "allowFailure": false,
  1064. "useImpersonation": false,
  1065. "showHidden": false,
  1066. "impersonationUseSudo": false,
  1067. "commandName": "Start Application Pool",
  1068. "pluginName": "IIS AppCmd",
  1069. "pluginVersion": 3,
  1070. "properties": {
  1071. "poolName": "ServiciosSgi",
  1072. "argString": "",
  1073. "commandPath": "${p:resource\/appcmd.commandPath}"
  1074. },
  1075. "type": "plugin",
  1076. "name": "Start Application Pool",
  1077. "children": []
  1078. },
  1079. {
  1080. "allowFailure": false,
  1081. "useImpersonation": false,
  1082. "showHidden": false,
  1083. "impersonationUseSudo": false,
  1084. "workingDir": ".",
  1085. "commandName": "Copy Directory",
  1086. "pluginName": "File Utils",
  1087. "pluginVersion": 40,
  1088. "properties": {
  1089. "sourceDir": "${p:resource\/sitePath}Sgi\\",
  1090. "destDirList": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\",
  1091. "includes": "**\/*",
  1092. "excludes": "",
  1093. "mapperRules": ""
  1094. },
  1095. "type": "plugin",
  1096. "name": "Bakcup SgiWeb",
  1097. "children": []
  1098. },
  1099. {
  1100. "allowFailure": false,
  1101. "useImpersonation": false,
  1102. "showHidden": false,
  1103. "impersonationUseSudo": false,
  1104. "postProcessingScript": {
  1105. "id": "46dbecfc-e589-4bd3-a438-99fe5623dfa1",
  1106. "name": "PostScript",
  1107. "description": "",
  1108. "body": " properties.put(\"Status\", \"Success\");\n \n \/\/\n \/\/ Evaluate the built-in exitCode property, which indicates the exit code\n \/\/ of the script called by the plug-in step. Typically, if the value of\n \/\/ the exitCode property is non-zero, the plug-in step failed.\n \/\/\n if (properties.get(\"exitCode\") != 0) {\n properties.put(\"Status\", \"Failure\");\n }\n else {\n \n \/\/\n \/\/ Register a scanner to search for the text \"error at line\" in the log.\n \/\/ The first argument is a regular expression.\n \/\/\n \/\/ The second argument, an inline function, is invoked once for\n \/\/ every line in the log output that matches the pattern. The \"lineNumber\"\n \/\/ variable contains the line number where the match occurred, and the\n \/\/ \"line\" variable is the full text of the line.\n \/\/\n scanner.register(\"(?i)Error count:\", function(lineNumber, line) {\n \n \/\/\n \/\/ In this case, we build up an \"Error\" property which\n \/\/ contains the text of all errors that are found. We find every\n \/\/ line starting with \"error at line\" and add it to this list.\n \/\/\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n errors.add(line);\n \n \n properties.put(\"Status\", \"Failure\");\n });\n \n scanner.register(\"The value is\", function(lineNumber, line) {\n var value = line.replace(\"The value is \", \"\");\n properties.put(\"Value\", value);\n });\n \n scanner.scan();\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n properties.put(\"Error\", errors.toString());\n }"
  1109. },
  1110. "commandName": "Copy Directory",
  1111. "pluginName": "File Utils",
  1112. "pluginVersion": 40,
  1113. "properties": {
  1114. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWeb\\",
  1115. "destDirList": "${p:resource\/sitePath}\\Sgi\\",
  1116. "includes": "**\/*",
  1117. "excludes": ".\\TemplateImages\\**",
  1118. "mapperRules": ""
  1119. },
  1120. "type": "plugin",
  1121. "name": "Update(Copy) SgiWeb",
  1122. "children": []
  1123. },
  1124. {
  1125. "allowFailure": false,
  1126. "useImpersonation": false,
  1127. "showHidden": false,
  1128. "impersonationUseSudo": false,
  1129. "workingDir": "${p:resource\/appcmd.commandPath}",
  1130. "commandName": "Stop Application Pool",
  1131. "pluginName": "IIS AppCmd",
  1132. "pluginVersion": 3,
  1133. "properties": {
  1134. "poolName": "ServiciosSgi",
  1135. "argString": "",
  1136. "commandPath": ""
  1137. },
  1138. "type": "plugin",
  1139. "name": "Stop Application Pool SgiWeb",
  1140. "children": []
  1141. },
  1142. {
  1143. "allowFailure": false,
  1144. "useImpersonation": false,
  1145. "showHidden": false,
  1146. "impersonationUseSudo": false,
  1147. "workingDir": "${p:resource\/appcmd.commandPath}",
  1148. "commandName": "Start Application Pool",
  1149. "pluginName": "IIS AppCmd",
  1150. "pluginVersion": 3,
  1151. "properties": {
  1152. "poolName": "ServiciosSgi",
  1153. "argString": "",
  1154. "commandPath": ""
  1155. },
  1156. "type": "plugin",
  1157. "name": "Start Application Pool Sgiweb",
  1158. "children": []
  1159. },
  1160. {
  1161. "allowFailure": false,
  1162. "useImpersonation": false,
  1163. "showHidden": true,
  1164. "impersonationUseSudo": false,
  1165. "workingDir": ".",
  1166. "commandName": "Stop Service",
  1167. "pluginName": "Service Control Manager",
  1168. "pluginVersion": 8,
  1169. "properties": {
  1170. "Services": "Monitor SGI",
  1171. "argString": "",
  1172. "waitFor": "true",
  1173. "timeout": ""
  1174. },
  1175. "type": "plugin",
  1176. "name": "Stop Service",
  1177. "children": []
  1178. },
  1179. {
  1180. "allowFailure": false,
  1181. "useImpersonation": false,
  1182. "showHidden": false,
  1183. "impersonationUseSudo": false,
  1184. "commandName": "Start Service",
  1185. "pluginName": "Service Control Manager",
  1186. "pluginVersion": 8,
  1187. "properties": {
  1188. "Services": "Monitor SGI",
  1189. "argString": "",
  1190. "waitFor": "true"
  1191. },
  1192. "type": "plugin",
  1193. "name": "Start Monitor SGI",
  1194. "children": []
  1195. },
  1196. {
  1197. "allowFailure": false,
  1198. "useImpersonation": false,
  1199. "showHidden": false,
  1200. "impersonationUseSudo": false,
  1201. "commandName": "Copy Directory",
  1202. "pluginName": "File Utils",
  1203. "pluginVersion": 40,
  1204. "properties": {
  1205. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\TemplateImages",
  1206. "destDirList": "${p:resource\/sitePath}Sgi\\TemplateImages\\",
  1207. "includes": "**\/*",
  1208. "excludes": "",
  1209. "mapperRules": ""
  1210. },
  1211. "type": "plugin",
  1212. "name": "return TemplateImages",
  1213. "children": []
  1214. },
  1215. {
  1216. "allowFailure": false,
  1217. "useImpersonation": false,
  1218. "showHidden": false,
  1219. "impersonationUseSudo": false,
  1220. "commandName": "Copy Directory",
  1221. "pluginName": "File Utils",
  1222. "pluginVersion": 40,
  1223. "properties": {
  1224. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\",
  1225. "destDirList": "${p:resource\/sitePath}Sgi\\",
  1226. "includes": "**\/*",
  1227. "excludes": "",
  1228. "mapperRules": ""
  1229. },
  1230. "type": "plugin",
  1231. "name": "Rollback SgiWeb",
  1232. "children": []
  1233. },
  1234. {
  1235. "allowFailure": false,
  1236. "useImpersonation": false,
  1237. "showHidden": false,
  1238. "impersonationUseSudo": false,
  1239. "commandName": "Shell",
  1240. "pluginName": "Shell",
  1241. "pluginVersion": 6,
  1242. "properties": {
  1243. "directoryOffset": ".",
  1244. "shellInterpreter": "",
  1245. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\Monitor SGI\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1246. "runAsDaemon": "false",
  1247. "outputFile": ""
  1248. },
  1249. "type": "plugin",
  1250. "name": "Verify Monitor SGI Service",
  1251. "children": []
  1252. },
  1253. {
  1254. "allowFailure": false,
  1255. "useImpersonation": false,
  1256. "showHidden": false,
  1257. "impersonationUseSudo": false,
  1258. "commandName": "Copy Directory",
  1259. "pluginName": "File Utils",
  1260. "pluginVersion": 40,
  1261. "properties": {
  1262. "sourceDir": "${p:resource\/pathMonitorService}",
  1263. "destDirList": "Backup\\Monitor SGI",
  1264. "includes": "**\/*",
  1265. "excludes": "",
  1266. "mapperRules": ""
  1267. },
  1268. "type": "plugin",
  1269. "name": "Backup Monitor SGI",
  1270. "children": []
  1271. },
  1272. {
  1273. "allowFailure": false,
  1274. "useImpersonation": false,
  1275. "showHidden": false,
  1276. "impersonationUseSudo": false,
  1277. "commandName": "Copy Directory",
  1278. "pluginName": "File Utils",
  1279. "pluginVersion": 40,
  1280. "properties": {
  1281. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\Monitor SGI\\",
  1282. "destDirList": "${p:resource\/pathMonitorService}",
  1283. "includes": "**\/*",
  1284. "excludes": "",
  1285. "mapperRules": ""
  1286. },
  1287. "type": "plugin",
  1288. "name": "Update Monitor SGI",
  1289. "children": []
  1290. },
  1291. {
  1292. "allowFailure": false,
  1293. "useImpersonation": false,
  1294. "showHidden": false,
  1295. "impersonationUseSudo": false,
  1296. "commandName": "Shell",
  1297. "pluginName": "Shell",
  1298. "pluginVersion": 6,
  1299. "properties": {
  1300. "directoryOffset": ".",
  1301. "shellInterpreter": "",
  1302. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\Notificaciones SGI\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1303. "runAsDaemon": "false",
  1304. "outputFile": ""
  1305. },
  1306. "type": "plugin",
  1307. "name": "Verify Monitor Notificaciones SGI",
  1308. "children": []
  1309. },
  1310. {
  1311. "allowFailure": false,
  1312. "useImpersonation": false,
  1313. "showHidden": false,
  1314. "impersonationUseSudo": false,
  1315. "commandName": "Copy Directory",
  1316. "pluginName": "File Utils",
  1317. "pluginVersion": 40,
  1318. "properties": {
  1319. "sourceDir": "${p:resource\/pathNotificacionesService}",
  1320. "destDirList": "Backup\\Notificaciones SGI",
  1321. "includes": "**\/*",
  1322. "excludes": "",
  1323. "mapperRules": ""
  1324. },
  1325. "type": "plugin",
  1326. "name": "Backup Notificaciones SGI",
  1327. "children": []
  1328. },
  1329. {
  1330. "allowFailure": false,
  1331. "useImpersonation": false,
  1332. "showHidden": false,
  1333. "impersonationUseSudo": false,
  1334. "commandName": "Copy Directory",
  1335. "pluginName": "File Utils",
  1336. "pluginVersion": 40,
  1337. "properties": {
  1338. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\Notificaciones SGI\\",
  1339. "destDirList": "${p:resource\/pathNotificacionesService}",
  1340. "includes": "**\/*",
  1341. "excludes": "",
  1342. "mapperRules": ""
  1343. },
  1344. "type": "plugin",
  1345. "name": "Update Notificaciones SGI",
  1346. "children": []
  1347. },
  1348. {
  1349. "allowFailure": false,
  1350. "useImpersonation": false,
  1351. "showHidden": false,
  1352. "impersonationUseSudo": false,
  1353. "commandName": "Stop Service",
  1354. "pluginName": "Service Control Manager",
  1355. "pluginVersion": 8,
  1356. "properties": {
  1357. "Services": "Notificaciones SGI",
  1358. "argString": "",
  1359. "waitFor": "true",
  1360. "timeout": ""
  1361. },
  1362. "type": "plugin",
  1363. "name": "Stop Notificaciones SGI",
  1364. "children": []
  1365. },
  1366. {
  1367. "allowFailure": false,
  1368. "useImpersonation": false,
  1369. "showHidden": false,
  1370. "impersonationUseSudo": false,
  1371. "commandName": "Start Service",
  1372. "pluginName": "Service Control Manager",
  1373. "pluginVersion": 8,
  1374. "properties": {
  1375. "Services": "Notificaciones SGI",
  1376. "argString": "",
  1377. "waitFor": "true"
  1378. },
  1379. "type": "plugin",
  1380. "name": "Start Service",
  1381. "children": []
  1382. },
  1383. {
  1384. "allowFailure": false,
  1385. "useImpersonation": false,
  1386. "showHidden": false,
  1387. "impersonationUseSudo": false,
  1388. "commandName": "Shell",
  1389. "pluginName": "Shell",
  1390. "pluginVersion": 6,
  1391. "properties": {
  1392. "directoryOffset": ".",
  1393. "shellInterpreter": "",
  1394. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\SGI Certificados\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  1395. "runAsDaemon": "false",
  1396. "outputFile": ""
  1397. },
  1398. "type": "plugin",
  1399. "name": "Verify SGI Certificados Service",
  1400. "children": []
  1401. },
  1402. {
  1403. "allowFailure": false,
  1404. "useImpersonation": false,
  1405. "showHidden": false,
  1406. "impersonationUseSudo": false,
  1407. "commandName": "Copy Directory",
  1408. "pluginName": "File Utils",
  1409. "pluginVersion": 40,
  1410. "properties": {
  1411. "sourceDir": "${p:resource\/pathCertificadosService}",
  1412. "destDirList": "Backup\\SGI Certificados",
  1413. "includes": "**\/*",
  1414. "excludes": "",
  1415. "mapperRules": ""
  1416. },
  1417. "type": "plugin",
  1418. "name": "Backup SGI Certificados",
  1419. "children": []
  1420. },
  1421. {
  1422. "allowFailure": false,
  1423. "useImpersonation": false,
  1424. "showHidden": false,
  1425. "impersonationUseSudo": false,
  1426. "commandName": "Stop Service",
  1427. "pluginName": "Service Control Manager",
  1428. "pluginVersion": 8,
  1429. "properties": {
  1430. "Services": "SGI Certificados",
  1431. "argString": "",
  1432. "waitFor": "true",
  1433. "timeout": ""
  1434. },
  1435. "type": "plugin",
  1436. "name": "Stop SGI Certificados",
  1437. "children": []
  1438. },
  1439. {
  1440. "allowFailure": false,
  1441. "useImpersonation": false,
  1442. "showHidden": false,
  1443. "impersonationUseSudo": false,
  1444. "commandName": "Copy Directory",
  1445. "pluginName": "File Utils",
  1446. "pluginVersion": 40,
  1447. "properties": {
  1448. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\SGI Certificados\\",
  1449. "destDirList": "${p:resource\/pathCertificadosService}",
  1450. "includes": "**\/*",
  1451. "excludes": "",
  1452. "mapperRules": ""
  1453. },
  1454. "type": "plugin",
  1455. "name": "Update SGI Certificados",
  1456. "children": []
  1457. },
  1458. {
  1459. "allowFailure": false,
  1460. "useImpersonation": false,
  1461. "showHidden": false,
  1462. "impersonationUseSudo": false,
  1463. "commandName": "Start Service",
  1464. "pluginName": "Service Control Manager",
  1465. "pluginVersion": 8,
  1466. "properties": {
  1467. "Services": "SGI Certificados",
  1468. "argString": "",
  1469. "waitFor": "true"
  1470. },
  1471. "type": "plugin",
  1472. "name": "Start SGI Certificados",
  1473. "children": []
  1474. },
  1475. {
  1476. "allowFailure": false,
  1477. "useImpersonation": false,
  1478. "showHidden": false,
  1479. "impersonationUseSudo": false,
  1480. "commandName": "Copy Directory",
  1481. "pluginName": "File Utils",
  1482. "pluginVersion": 40,
  1483. "properties": {
  1484. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Backup\\ServiciosSgi",
  1485. "destDirList": "${p:resource\/sitePath}ServiciosSgi",
  1486. "includes": "**\/*",
  1487. "excludes": "",
  1488. "mapperRules": ""
  1489. },
  1490. "type": "plugin",
  1491. "name": "RollBack ServiciosSgi",
  1492. "children": []
  1493. },
  1494. {
  1495. "allowFailure": false,
  1496. "useImpersonation": false,
  1497. "showHidden": false,
  1498. "impersonationUseSudo": false,
  1499. "commandName": "Copy Directory",
  1500. "pluginName": "File Utils",
  1501. "pluginVersion": 40,
  1502. "properties": {
  1503. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\Monitor SGI\"",
  1504. "destDirList": "${p:resource\/pathMonitorService}",
  1505. "includes": "**\/*",
  1506. "excludes": "",
  1507. "mapperRules": ""
  1508. },
  1509. "type": "plugin",
  1510. "name": "RollBack Monitor",
  1511. "children": []
  1512. },
  1513. {
  1514. "allowFailure": false,
  1515. "useImpersonation": false,
  1516. "showHidden": false,
  1517. "impersonationUseSudo": false,
  1518. "commandName": "Copy Directory",
  1519. "pluginName": "File Utils",
  1520. "pluginVersion": 40,
  1521. "properties": {
  1522. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\Notificaciones SGI\"",
  1523. "destDirList": "${p:resource\/pathNotificacionesService}",
  1524. "includes": "**\/*",
  1525. "excludes": "",
  1526. "mapperRules": ""
  1527. },
  1528. "type": "plugin",
  1529. "name": "RollBack Notificaciones",
  1530. "children": []
  1531. },
  1532. {
  1533. "allowFailure": false,
  1534. "useImpersonation": false,
  1535. "showHidden": false,
  1536. "impersonationUseSudo": false,
  1537. "commandName": "Copy Directory",
  1538. "pluginName": "File Utils",
  1539. "pluginVersion": 40,
  1540. "properties": {
  1541. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\SGI Certificados\"",
  1542. "destDirList": "${p:resource\/pathCertificadosService}",
  1543. "includes": "**\/*",
  1544. "excludes": "",
  1545. "mapperRules": ""
  1546. },
  1547. "type": "plugin",
  1548. "name": "RollBack Certificados",
  1549. "children": []
  1550. }
  1551. ]
  1552. }
  1553. }],
  1554. "configTemplates": [],
  1555. "genericProcesses": [],
  1556. "teamMappings": [{
  1557. "teamId": "682760d1-c79e-4eb3-8b10-50dfa4e8fb68",
  1558. "teamLabel": "SGI",
  1559. "resourceTypeId": "20000000000000000000000000000101",
  1560. "resourceTypeName": "Component"
  1561. }]
  1562. },
  1563. {
  1564. "name": "SGI_WEB",
  1565. "created": 1444055983735,
  1566. "componentType": "STANDARD",
  1567. "ignoreQualifiers": 0,
  1568. "importAutomatically": true,
  1569. "useVfs": true,
  1570. "active": true,
  1571. "deleted": false,
  1572. "defaultVersionType": "FULL",
  1573. "cleanupDaysToKeep": 0,
  1574. "cleanupCountToKeep": 0,
  1575. "sourceConfigPluginName": "File System (Versioned)",
  1576. "envPropDefs": [],
  1577. "resPropDefs": [],
  1578. "versionPropDefs": [],
  1579. "propSheetGroup": {"propSheets": [
  1580. {
  1581. "name": "custom",
  1582. "properties": []
  1583. },
  1584. {
  1585. "name": "template",
  1586. "properties": []
  1587. },
  1588. {
  1589. "name": "FileSystemVersionedComponentProperties",
  1590. "properties": [
  1591. {
  1592. "name": "basePath",
  1593. "value": "Q:\\COMUN\\GERENCIA PROCESOS Y TECNOLOGIA\\INFO COMUN ENTRE DPTOS\\COMITE DE CAMBIOS\\Solicitudes\\SGI\\",
  1594. "description": "",
  1595. "secure": false
  1596. },
  1597. {
  1598. "name": "extensions",
  1599. "description": "",
  1600. "secure": false
  1601. },
  1602. {
  1603. "name": "saveFileExecuteBits",
  1604. "value": "true",
  1605. "description": "",
  1606. "secure": false
  1607. }
  1608. ]
  1609. }
  1610. ]},
  1611. "processes": [{
  1612. "name": "install_SGIWeb",
  1613. "description": "",
  1614. "defaultWorkingDir": "${p:resource\/work.dir}\/${p:component.name}",
  1615. "takesVersion": true,
  1616. "inventoryActionType": "ADD",
  1617. "status": "Active",
  1618. "configActionType": "ADD",
  1619. "active": true,
  1620. "path": "components\/13622b67-5d24-48fc-8761-4f61dca2fb15\/processes\/c2a949f1-7f30-4e6e-9909-856aa649bfd2",
  1621. "propDefs": [],
  1622. "rootActivity": {
  1623. "edges": [
  1624. {
  1625. "to": "Download Artifacts",
  1626. "from": "Delete Files and Directories",
  1627. "type": "SUCCESS",
  1628. "value": ""
  1629. },
  1630. {
  1631. "to": "041c31817aa0e866156f6ea5b8f255",
  1632. "from": "Verify SgiWindowsServices",
  1633. "type": "FAILURE",
  1634. "value": ""
  1635. },
  1636. {
  1637. "to": "Update Notificaciones SGI",
  1638. "from": "Stop Notificaciones SGI",
  1639. "type": "SUCCESS",
  1640. "value": ""
  1641. },
  1642. {
  1643. "to": "Verify SgiWindowsServices",
  1644. "from": "Start Application Pool Sgiweb",
  1645. "type": "SUCCESS",
  1646. "value": ""
  1647. },
  1648. {
  1649. "to": "Verify SgiWeb",
  1650. "from": "Download Artifacts",
  1651. "type": "SUCCESS",
  1652. "value": ""
  1653. },
  1654. {
  1655. "to": "Update SGI Certificados",
  1656. "from": "Stop SGI Certificados",
  1657. "type": "SUCCESS",
  1658. "value": ""
  1659. },
  1660. {
  1661. "to": "Start Monitor SGI",
  1662. "from": "RollBack Monitor",
  1663. "type": "SUCCESS",
  1664. "value": ""
  1665. },
  1666. {
  1667. "to": "Bakcup SgiWeb",
  1668. "from": "Verify SgiWeb",
  1669. "type": "SUCCESS",
  1670. "value": ""
  1671. },
  1672. {
  1673. "to": "Start Monitor SGI",
  1674. "from": "Update Monitor SGI",
  1675. "type": "SUCCESS",
  1676. "value": ""
  1677. },
  1678. {
  1679. "to": "Verify SgiWindowsServices",
  1680. "from": "Verify SgiWeb",
  1681. "type": "FAILURE",
  1682. "value": ""
  1683. },
  1684. {
  1685. "to": "return TemplateImages",
  1686. "from": "Update(Copy) SgiWeb",
  1687. "type": "SUCCESS",
  1688. "value": ""
  1689. },
  1690. {
  1691. "to": "Start SGI Certificados",
  1692. "from": "RollBack Certificados",
  1693. "type": "SUCCESS",
  1694. "value": ""
  1695. },
  1696. {
  1697. "to": "041c31817aa0e866156f6ea5b8f255",
  1698. "from": "Start SGI Certificados",
  1699. "type": "SUCCESS",
  1700. "value": ""
  1701. },
  1702. {
  1703. "to": "Start Service",
  1704. "from": "RollBack Notificaciones",
  1705. "type": "SUCCESS",
  1706. "value": ""
  1707. },
  1708. {
  1709. "to": "Verify Monitor Notificaciones SGI",
  1710. "from": "Start Monitor SGI",
  1711. "type": "ALWAYS",
  1712. "value": ""
  1713. },
  1714. {
  1715. "to": "Update Monitor SGI",
  1716. "from": "Stop Service",
  1717. "type": "SUCCESS",
  1718. "value": ""
  1719. },
  1720. {
  1721. "to": "Verify SGI Certificados Service",
  1722. "from": "Start Service",
  1723. "type": "ALWAYS",
  1724. "value": ""
  1725. },
  1726. {
  1727. "to": "Start SGI Certificados",
  1728. "from": "Update SGI Certificados",
  1729. "type": "SUCCESS",
  1730. "value": ""
  1731. },
  1732. {
  1733. "to": "Stop Application Pool SgiWeb",
  1734. "from": "return TemplateImages",
  1735. "type": "SUCCESS",
  1736. "value": ""
  1737. },
  1738. {
  1739. "to": "RollBack Notificaciones",
  1740. "from": "Update Notificaciones SGI",
  1741. "type": "FAILURE",
  1742. "value": ""
  1743. },
  1744. {
  1745. "to": "RollBack Monitor",
  1746. "from": "Update Monitor SGI",
  1747. "type": "FAILURE",
  1748. "value": ""
  1749. },
  1750. {
  1751. "to": "Verify Monitor SGI Service",
  1752. "from": "Verify SgiWindowsServices",
  1753. "type": "SUCCESS",
  1754. "value": ""
  1755. },
  1756. {
  1757. "to": "Start Application Pool Sgiweb",
  1758. "from": "Stop Application Pool SgiWeb",
  1759. "type": "SUCCESS",
  1760. "value": ""
  1761. },
  1762. {
  1763. "to": "Stop Service",
  1764. "from": "Backup Monitor SGI",
  1765. "type": "SUCCESS",
  1766. "value": ""
  1767. },
  1768. {
  1769. "to": "Verify SGI Certificados Service",
  1770. "from": "Verify Monitor Notificaciones SGI",
  1771. "type": "FAILURE",
  1772. "value": ""
  1773. },
  1774. {
  1775. "to": "Backup SGI Certificados",
  1776. "from": "Verify SGI Certificados Service",
  1777. "type": "SUCCESS",
  1778. "value": ""
  1779. },
  1780. {
  1781. "to": "Start Service",
  1782. "from": "Update Notificaciones SGI",
  1783. "type": "SUCCESS",
  1784. "value": ""
  1785. },
  1786. {
  1787. "to": "Verify Monitor Notificaciones SGI",
  1788. "from": "Verify Monitor SGI Service",
  1789. "type": "FAILURE",
  1790. "value": ""
  1791. },
  1792. {
  1793. "to": "Verify SgiWindowsServices",
  1794. "from": "Rollback SgiWeb",
  1795. "type": "SUCCESS",
  1796. "value": ""
  1797. },
  1798. {
  1799. "to": "Stop SGI Certificados",
  1800. "from": "Backup SGI Certificados",
  1801. "type": "SUCCESS",
  1802. "value": ""
  1803. },
  1804. {
  1805. "to": "Delete Files and Directories",
  1806. "type": "ALWAYS",
  1807. "value": ""
  1808. },
  1809. {
  1810. "to": "Rollback SgiWeb",
  1811. "from": "Update(Copy) SgiWeb",
  1812. "type": "FAILURE",
  1813. "value": ""
  1814. },
  1815. {
  1816. "to": "RollBack Certificados",
  1817. "from": "Update SGI Certificados",
  1818. "type": "FAILURE",
  1819. "value": ""
  1820. },
  1821. {
  1822. "to": "Stop Notificaciones SGI",
  1823. "from": "Backup Notificaciones SGI",
  1824. "type": "SUCCESS",
  1825. "value": ""
  1826. },
  1827. {
  1828. "to": "Update(Copy) SgiWeb",
  1829. "from": "Bakcup SgiWeb",
  1830. "type": "SUCCESS",
  1831. "value": ""
  1832. },
  1833. {
  1834. "to": "Backup Monitor SGI",
  1835. "from": "Verify Monitor SGI Service",
  1836. "type": "SUCCESS",
  1837. "value": ""
  1838. },
  1839. {
  1840. "to": "Backup Notificaciones SGI",
  1841. "from": "Verify Monitor Notificaciones SGI",
  1842. "type": "SUCCESS",
  1843. "value": ""
  1844. }
  1845. ],
  1846. "offsets": [
  1847. {
  1848. "name": "Stop SGI Certificados",
  1849. "x": 1085,
  1850. "y": 1150.0000000000002,
  1851. "h": 60,
  1852. "w": 190
  1853. },
  1854. {
  1855. "name": "Update SGI Certificados",
  1856. "x": 1075,
  1857. "y": 1240.0000000000002,
  1858. "h": 60,
  1859. "w": 210
  1860. },
  1861. {
  1862. "name": "RollBack Notificaciones",
  1863. "x": 430,
  1864. "y": 1188.0000000000002,
  1865. "h": 60,
  1866. "w": 200
  1867. },
  1868. {
  1869. "name": "Update(Copy) SgiWeb",
  1870. "x": -265,
  1871. "y": 606.0000000000001,
  1872. "h": 60,
  1873. "w": 200
  1874. },
  1875. {
  1876. "name": "Verify Monitor SGI Service",
  1877. "x": 400,
  1878. "y": 730.0000000000002,
  1879. "h": 60,
  1880. "w": 220
  1881. },
  1882. {
  1883. "name": "Bakcup SgiWeb",
  1884. "x": -260,
  1885. "y": 520.0000000000001,
  1886. "h": 60,
  1887. "w": 190
  1888. },
  1889. {
  1890. "name": "Start SGI Certificados",
  1891. "x": 1085,
  1892. "y": 1330.0000000000002,
  1893. "h": 60,
  1894. "w": 190
  1895. },
  1896. {
  1897. "name": "Backup Notificaciones SGI",
  1898. "x": 715,
  1899. "y": 998,
  1900. "h": 60,
  1901. "w": 220
  1902. },
  1903. {
  1904. "name": "Verify SgiWindowsServices",
  1905. "x": 260.0000000000002,
  1906. "y": 630.0000000000001,
  1907. "h": 60,
  1908. "w": 220
  1909. },
  1910. {
  1911. "name": "Start Monitor SGI",
  1912. "x": 420,
  1913. "y": 1060.0000000000002,
  1914. "h": 60,
  1915. "w": 180
  1916. },
  1917. {
  1918. "name": "RollBack Certificados",
  1919. "x": 1360,
  1920. "y": 1270.0000000000002,
  1921. "h": 60,
  1922. "w": 190
  1923. },
  1924. {
  1925. "name": "Stop Service",
  1926. "x": 420,
  1927. "y": 890,
  1928. "h": 60,
  1929. "w": 180
  1930. },
  1931. {
  1932. "name": "Start Service",
  1933. "x": 735,
  1934. "y": 1248.0000000000002,
  1935. "h": 60,
  1936. "w": 180
  1937. },
  1938. {
  1939. "name": "Start Application Pool Sgiweb",
  1940. "x": -285,
  1941. "y": 850.0000000000001,
  1942. "h": 60,
  1943. "w": 240
  1944. },
  1945. {
  1946. "name": "Stop Notificaciones SGI",
  1947. "x": 720,
  1948. "y": 1078.0000000000002,
  1949. "h": 60,
  1950. "w": 210
  1951. },
  1952. {
  1953. "name": "Update Notificaciones SGI",
  1954. "x": 715,
  1955. "y": 1161.0000000000002,
  1956. "h": 60,
  1957. "w": 220
  1958. },
  1959. {
  1960. "name": "Delete Files and Directories",
  1961. "x": -90.00000000000023,
  1962. "y": 90,
  1963. "h": 60,
  1964. "w": 260
  1965. },
  1966. {
  1967. "name": "RollBack Monitor",
  1968. "x": 150,
  1969. "y": 1120.0000000000002,
  1970. "h": 60,
  1971. "w": 190
  1972. },
  1973. {
  1974. "name": "Verify SGI Certificados Service",
  1975. "x": 1060,
  1976. "y": 989,
  1977. "h": 60,
  1978. "w": 240
  1979. },
  1980. {
  1981. "name": "Update Monitor SGI",
  1982. "x": 415,
  1983. "y": 973,
  1984. "h": 60,
  1985. "w": 190
  1986. },
  1987. {
  1988. "name": "Backup SGI Certificados",
  1989. "x": 1075,
  1990. "y": 1073.0000000000002,
  1991. "h": 60,
  1992. "w": 210
  1993. },
  1994. {
  1995. "name": "Verify Monitor Notificaciones SGI",
  1996. "x": 700,
  1997. "y": 920,
  1998. "h": 60,
  1999. "w": 250
  2000. },
  2001. {
  2002. "name": "return TemplateImages",
  2003. "x": -265,
  2004. "y": 690.0000000000001,
  2005. "h": 60,
  2006. "w": 200
  2007. },
  2008. {
  2009. "name": "Download Artifacts",
  2010. "x": -70.00000000000034,
  2011. "y": 200.00000000000017,
  2012. "h": 60,
  2013. "w": 220
  2014. },
  2015. {
  2016. "name": "Backup Monitor SGI",
  2017. "x": 415,
  2018. "y": 810.0000000000002,
  2019. "h": 60,
  2020. "w": 190
  2021. },
  2022. {
  2023. "name": "Rollback SgiWeb",
  2024. "x": -10,
  2025. "y": 690.0000000000001,
  2026. "h": 60,
  2027. "w": 190
  2028. },
  2029. {
  2030. "name": "Stop Application Pool SgiWeb",
  2031. "x": -285,
  2032. "y": 770.0000000000001,
  2033. "h": 60,
  2034. "w": 240
  2035. },
  2036. {
  2037. "name": "041c31817aa0e866156f6ea5b8f255",
  2038. "x": -410,
  2039. "y": 1116.0000000000002,
  2040. "h": 50,
  2041. "w": 90
  2042. },
  2043. {
  2044. "name": "Verify SgiWeb",
  2045. "x": -240,
  2046. "y": 440.0000000000001,
  2047. "h": 60,
  2048. "w": 150
  2049. }
  2050. ],
  2051. "type": "graph",
  2052. "name": "914f6b97-8426-4290-bf04-b91182b600f9",
  2053. "children": [
  2054. {
  2055. "type": "finish",
  2056. "name": "041c31817aa0e866156f6ea5b8f255",
  2057. "children": []
  2058. },
  2059. {
  2060. "allowFailure": false,
  2061. "useImpersonation": false,
  2062. "showHidden": false,
  2063. "impersonationUseSudo": false,
  2064. "commandName": "Delete Files and Directories",
  2065. "pluginName": "File Utils",
  2066. "pluginVersion": 40,
  2067. "properties": {
  2068. "baseDir": ".",
  2069. "includes": "**\/*",
  2070. "excludes": "",
  2071. "followSymlinks": "false",
  2072. "caseSensitive": "true"
  2073. },
  2074. "type": "plugin",
  2075. "name": "Delete Files and Directories",
  2076. "children": []
  2077. },
  2078. {
  2079. "allowFailure": false,
  2080. "useImpersonation": false,
  2081. "showHidden": false,
  2082. "impersonationUseSudo": false,
  2083. "commandName": "Download Artifacts",
  2084. "pluginName": "IBM UrbanCode Deploy Versioned File Storage",
  2085. "pluginVersion": 23,
  2086. "properties": {
  2087. "directoryOffset": ".",
  2088. "artifactSetBaseDir": "",
  2089. "fileIncludePatterns": "**\/*",
  2090. "fileExcludePatterns": "",
  2091. "syncMode": "true",
  2092. "fullVerification": "true",
  2093. "setFileExecuteBits": "false",
  2094. "verifyFileIntegrity": "false",
  2095. "versionId": "${p:version.id}",
  2096. "serverUrl": "${p:server.url}",
  2097. "compId": "${p:component.id}",
  2098. "resId": "${p:resource.id}",
  2099. "charset": "",
  2100. "label": ""
  2101. },
  2102. "type": "plugin",
  2103. "name": "Download Artifacts",
  2104. "children": []
  2105. },
  2106. {
  2107. "allowFailure": false,
  2108. "useImpersonation": false,
  2109. "showHidden": false,
  2110. "impersonationUseSudo": false,
  2111. "commandName": "Shell",
  2112. "pluginName": "Shell",
  2113. "pluginVersion": 6,
  2114. "properties": {
  2115. "directoryOffset": ".",
  2116. "shellInterpreter": "",
  2117. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  2118. "runAsDaemon": "false",
  2119. "outputFile": ""
  2120. },
  2121. "type": "plugin",
  2122. "name": "Verify SgiWindowsServices",
  2123. "children": []
  2124. },
  2125. {
  2126. "allowFailure": false,
  2127. "useImpersonation": false,
  2128. "showHidden": false,
  2129. "impersonationUseSudo": false,
  2130. "commandName": "Shell",
  2131. "pluginName": "Shell",
  2132. "pluginVersion": 6,
  2133. "properties": {
  2134. "directoryOffset": ".",
  2135. "shellInterpreter": "",
  2136. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWeb\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  2137. "runAsDaemon": "false",
  2138. "outputFile": ""
  2139. },
  2140. "type": "plugin",
  2141. "name": "Verify SgiWeb",
  2142. "children": []
  2143. },
  2144. {
  2145. "allowFailure": false,
  2146. "useImpersonation": false,
  2147. "showHidden": false,
  2148. "impersonationUseSudo": false,
  2149. "workingDir": ".",
  2150. "commandName": "Copy Directory",
  2151. "pluginName": "File Utils",
  2152. "pluginVersion": 40,
  2153. "properties": {
  2154. "sourceDir": "${p:resource\/sitePath}Sgi\\",
  2155. "destDirList": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\",
  2156. "includes": "**\/*",
  2157. "excludes": "",
  2158. "mapperRules": ""
  2159. },
  2160. "type": "plugin",
  2161. "name": "Bakcup SgiWeb",
  2162. "children": []
  2163. },
  2164. {
  2165. "allowFailure": false,
  2166. "useImpersonation": false,
  2167. "showHidden": false,
  2168. "impersonationUseSudo": false,
  2169. "postProcessingScript": {
  2170. "id": "46dbecfc-e589-4bd3-a438-99fe5623dfa1",
  2171. "name": "PostScript",
  2172. "description": "",
  2173. "body": " properties.put(\"Status\", \"Success\");\n \n \/\/\n \/\/ Evaluate the built-in exitCode property, which indicates the exit code\n \/\/ of the script called by the plug-in step. Typically, if the value of\n \/\/ the exitCode property is non-zero, the plug-in step failed.\n \/\/\n if (properties.get(\"exitCode\") != 0) {\n properties.put(\"Status\", \"Failure\");\n }\n else {\n \n \/\/\n \/\/ Register a scanner to search for the text \"error at line\" in the log.\n \/\/ The first argument is a regular expression.\n \/\/\n \/\/ The second argument, an inline function, is invoked once for\n \/\/ every line in the log output that matches the pattern. The \"lineNumber\"\n \/\/ variable contains the line number where the match occurred, and the\n \/\/ \"line\" variable is the full text of the line.\n \/\/\n scanner.register(\"(?i)Error count:\", function(lineNumber, line) {\n \n \/\/\n \/\/ In this case, we build up an \"Error\" property which\n \/\/ contains the text of all errors that are found. We find every\n \/\/ line starting with \"error at line\" and add it to this list.\n \/\/\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n errors.add(line);\n \n \n properties.put(\"Status\", \"Failure\");\n });\n \n scanner.register(\"The value is\", function(lineNumber, line) {\n var value = line.replace(\"The value is \", \"\");\n properties.put(\"Value\", value);\n });\n \n scanner.scan();\n var errors = properties.get(\"Error\");\n if (errors == null) {\n errors = new java.util.ArrayList();\n }\n properties.put(\"Error\", errors.toString());\n }"
  2174. },
  2175. "commandName": "Copy Directory",
  2176. "pluginName": "File Utils",
  2177. "pluginVersion": 40,
  2178. "properties": {
  2179. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWeb\\",
  2180. "destDirList": "${p:resource\/sitePath}\\Sgi\\",
  2181. "includes": "**\/*",
  2182. "excludes": ".\\TemplateImages\\**",
  2183. "mapperRules": ""
  2184. },
  2185. "type": "plugin",
  2186. "name": "Update(Copy) SgiWeb",
  2187. "children": []
  2188. },
  2189. {
  2190. "allowFailure": false,
  2191. "useImpersonation": false,
  2192. "showHidden": false,
  2193. "impersonationUseSudo": false,
  2194. "workingDir": "${p:resource\/appcmd.commandPath}",
  2195. "commandName": "Stop Application Pool",
  2196. "pluginName": "IIS AppCmd",
  2197. "pluginVersion": 3,
  2198. "properties": {
  2199. "poolName": "ServiciosSgi",
  2200. "argString": "",
  2201. "commandPath": ""
  2202. },
  2203. "type": "plugin",
  2204. "name": "Stop Application Pool SgiWeb",
  2205. "children": []
  2206. },
  2207. {
  2208. "allowFailure": false,
  2209. "useImpersonation": false,
  2210. "showHidden": false,
  2211. "impersonationUseSudo": false,
  2212. "workingDir": "${p:resource\/appcmd.commandPath}",
  2213. "commandName": "Start Application Pool",
  2214. "pluginName": "IIS AppCmd",
  2215. "pluginVersion": 3,
  2216. "properties": {
  2217. "poolName": "ServiciosSgi",
  2218. "argString": "",
  2219. "commandPath": ""
  2220. },
  2221. "type": "plugin",
  2222. "name": "Start Application Pool Sgiweb",
  2223. "children": []
  2224. },
  2225. {
  2226. "allowFailure": false,
  2227. "useImpersonation": false,
  2228. "showHidden": true,
  2229. "impersonationUseSudo": false,
  2230. "workingDir": ".",
  2231. "commandName": "Stop Service",
  2232. "pluginName": "Service Control Manager",
  2233. "pluginVersion": 8,
  2234. "properties": {
  2235. "Services": "Monitor SGI",
  2236. "argString": "",
  2237. "waitFor": "true",
  2238. "timeout": ""
  2239. },
  2240. "type": "plugin",
  2241. "name": "Stop Service",
  2242. "children": []
  2243. },
  2244. {
  2245. "allowFailure": false,
  2246. "useImpersonation": false,
  2247. "showHidden": false,
  2248. "impersonationUseSudo": false,
  2249. "commandName": "Start Service",
  2250. "pluginName": "Service Control Manager",
  2251. "pluginVersion": 8,
  2252. "properties": {
  2253. "Services": "Monitor SGI",
  2254. "argString": "",
  2255. "waitFor": "true"
  2256. },
  2257. "type": "plugin",
  2258. "name": "Start Monitor SGI",
  2259. "children": []
  2260. },
  2261. {
  2262. "allowFailure": false,
  2263. "useImpersonation": false,
  2264. "showHidden": false,
  2265. "impersonationUseSudo": false,
  2266. "commandName": "Copy Directory",
  2267. "pluginName": "File Utils",
  2268. "pluginVersion": 40,
  2269. "properties": {
  2270. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\TemplateImages",
  2271. "destDirList": "${p:resource\/sitePath}Sgi\\TemplateImages\\",
  2272. "includes": "**\/*",
  2273. "excludes": "",
  2274. "mapperRules": ""
  2275. },
  2276. "type": "plugin",
  2277. "name": "return TemplateImages",
  2278. "children": []
  2279. },
  2280. {
  2281. "allowFailure": false,
  2282. "useImpersonation": false,
  2283. "showHidden": false,
  2284. "impersonationUseSudo": false,
  2285. "commandName": "Copy Directory",
  2286. "pluginName": "File Utils",
  2287. "pluginVersion": 40,
  2288. "properties": {
  2289. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Backup\\sgiWeb\\",
  2290. "destDirList": "${p:resource\/sitePath}Sgi\\",
  2291. "includes": "**\/*",
  2292. "excludes": "",
  2293. "mapperRules": ""
  2294. },
  2295. "type": "plugin",
  2296. "name": "Rollback SgiWeb",
  2297. "children": []
  2298. },
  2299. {
  2300. "allowFailure": false,
  2301. "useImpersonation": false,
  2302. "showHidden": false,
  2303. "impersonationUseSudo": false,
  2304. "commandName": "Shell",
  2305. "pluginName": "Shell",
  2306. "pluginVersion": 6,
  2307. "properties": {
  2308. "directoryOffset": ".",
  2309. "shellInterpreter": "",
  2310. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\Monitor SGI\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  2311. "runAsDaemon": "false",
  2312. "outputFile": ""
  2313. },
  2314. "type": "plugin",
  2315. "name": "Verify Monitor SGI Service",
  2316. "children": []
  2317. },
  2318. {
  2319. "allowFailure": false,
  2320. "useImpersonation": false,
  2321. "showHidden": false,
  2322. "impersonationUseSudo": false,
  2323. "commandName": "Copy Directory",
  2324. "pluginName": "File Utils",
  2325. "pluginVersion": 40,
  2326. "properties": {
  2327. "sourceDir": "${p:resource\/pathMonitorService}",
  2328. "destDirList": "Backup\\Monitor SGI",
  2329. "includes": "**\/*",
  2330. "excludes": "",
  2331. "mapperRules": ""
  2332. },
  2333. "type": "plugin",
  2334. "name": "Backup Monitor SGI",
  2335. "children": []
  2336. },
  2337. {
  2338. "allowFailure": false,
  2339. "useImpersonation": false,
  2340. "showHidden": false,
  2341. "impersonationUseSudo": false,
  2342. "commandName": "Copy Directory",
  2343. "pluginName": "File Utils",
  2344. "pluginVersion": 40,
  2345. "properties": {
  2346. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\Monitor SGI\\",
  2347. "destDirList": "${p:resource\/pathMonitorService}",
  2348. "includes": "**\/*",
  2349. "excludes": "",
  2350. "mapperRules": ""
  2351. },
  2352. "type": "plugin",
  2353. "name": "Update Monitor SGI",
  2354. "children": []
  2355. },
  2356. {
  2357. "allowFailure": false,
  2358. "useImpersonation": false,
  2359. "showHidden": false,
  2360. "impersonationUseSudo": false,
  2361. "commandName": "Shell",
  2362. "pluginName": "Shell",
  2363. "pluginVersion": 6,
  2364. "properties": {
  2365. "directoryOffset": ".",
  2366. "shellInterpreter": "",
  2367. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\Notificaciones SGI\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  2368. "runAsDaemon": "false",
  2369. "outputFile": ""
  2370. },
  2371. "type": "plugin",
  2372. "name": "Verify Monitor Notificaciones SGI",
  2373. "children": []
  2374. },
  2375. {
  2376. "allowFailure": false,
  2377. "useImpersonation": false,
  2378. "showHidden": false,
  2379. "impersonationUseSudo": false,
  2380. "commandName": "Copy Directory",
  2381. "pluginName": "File Utils",
  2382. "pluginVersion": 40,
  2383. "properties": {
  2384. "sourceDir": "${p:resource\/pathNotificacionesService}",
  2385. "destDirList": "Backup\\Notificaciones SGI",
  2386. "includes": "**\/*",
  2387. "excludes": "",
  2388. "mapperRules": ""
  2389. },
  2390. "type": "plugin",
  2391. "name": "Backup Notificaciones SGI",
  2392. "children": []
  2393. },
  2394. {
  2395. "allowFailure": false,
  2396. "useImpersonation": false,
  2397. "showHidden": false,
  2398. "impersonationUseSudo": false,
  2399. "commandName": "Copy Directory",
  2400. "pluginName": "File Utils",
  2401. "pluginVersion": 40,
  2402. "properties": {
  2403. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\Notificaciones SGI\\",
  2404. "destDirList": "${p:resource\/pathNotificacionesService}",
  2405. "includes": "**\/*",
  2406. "excludes": "",
  2407. "mapperRules": ""
  2408. },
  2409. "type": "plugin",
  2410. "name": "Update Notificaciones SGI",
  2411. "children": []
  2412. },
  2413. {
  2414. "allowFailure": false,
  2415. "useImpersonation": false,
  2416. "showHidden": false,
  2417. "impersonationUseSudo": false,
  2418. "commandName": "Stop Service",
  2419. "pluginName": "Service Control Manager",
  2420. "pluginVersion": 8,
  2421. "properties": {
  2422. "Services": "Notificaciones SGI",
  2423. "argString": "",
  2424. "waitFor": "true",
  2425. "timeout": ""
  2426. },
  2427. "type": "plugin",
  2428. "name": "Stop Notificaciones SGI",
  2429. "children": []
  2430. },
  2431. {
  2432. "allowFailure": false,
  2433. "useImpersonation": false,
  2434. "showHidden": false,
  2435. "impersonationUseSudo": false,
  2436. "commandName": "Start Service",
  2437. "pluginName": "Service Control Manager",
  2438. "pluginVersion": 8,
  2439. "properties": {
  2440. "Services": "Notificaciones SGI",
  2441. "argString": "",
  2442. "waitFor": "true"
  2443. },
  2444. "type": "plugin",
  2445. "name": "Start Service",
  2446. "children": []
  2447. },
  2448. {
  2449. "allowFailure": false,
  2450. "useImpersonation": false,
  2451. "showHidden": false,
  2452. "impersonationUseSudo": false,
  2453. "commandName": "Shell",
  2454. "pluginName": "Shell",
  2455. "pluginVersion": 6,
  2456. "properties": {
  2457. "directoryOffset": ".",
  2458. "shellInterpreter": "",
  2459. "scriptBody": "@ECHO OFF\nsetlocal enabledelayedexpansion\nIF EXIST \".\\Sgi\\SgiWindowsServices\\SGI Certificados\" ( SET salida=0)\nIF %salida%==0 (EXIT 0) ELSE (EXIT 1)",
  2460. "runAsDaemon": "false",
  2461. "outputFile": ""
  2462. },
  2463. "type": "plugin",
  2464. "name": "Verify SGI Certificados Service",
  2465. "children": []
  2466. },
  2467. {
  2468. "allowFailure": false,
  2469. "useImpersonation": false,
  2470. "showHidden": false,
  2471. "impersonationUseSudo": false,
  2472. "commandName": "Copy Directory",
  2473. "pluginName": "File Utils",
  2474. "pluginVersion": 40,
  2475. "properties": {
  2476. "sourceDir": "${p:resource\/pathCertificadosService}",
  2477. "destDirList": "Backup\\SGI Certificados",
  2478. "includes": "**\/*",
  2479. "excludes": "",
  2480. "mapperRules": ""
  2481. },
  2482. "type": "plugin",
  2483. "name": "Backup SGI Certificados",
  2484. "children": []
  2485. },
  2486. {
  2487. "allowFailure": false,
  2488. "useImpersonation": false,
  2489. "showHidden": false,
  2490. "impersonationUseSudo": false,
  2491. "commandName": "Stop Service",
  2492. "pluginName": "Service Control Manager",
  2493. "pluginVersion": 8,
  2494. "properties": {
  2495. "Services": "SGI Certificados",
  2496. "argString": "",
  2497. "waitFor": "true",
  2498. "timeout": ""
  2499. },
  2500. "type": "plugin",
  2501. "name": "Stop SGI Certificados",
  2502. "children": []
  2503. },
  2504. {
  2505. "allowFailure": false,
  2506. "useImpersonation": false,
  2507. "showHidden": false,
  2508. "impersonationUseSudo": false,
  2509. "commandName": "Copy Directory",
  2510. "pluginName": "File Utils",
  2511. "pluginVersion": 40,
  2512. "properties": {
  2513. "sourceDir": "${p:resource\/work.dir}${p:component.name}\\Sgi\\SgiWindowsServices\\SGI Certificados\\",
  2514. "destDirList": "${p:resource\/pathCertificadosService}",
  2515. "includes": "**\/*",
  2516. "excludes": "",
  2517. "mapperRules": ""
  2518. },
  2519. "type": "plugin",
  2520. "name": "Update SGI Certificados",
  2521. "children": []
  2522. },
  2523. {
  2524. "allowFailure": false,
  2525. "useImpersonation": false,
  2526. "showHidden": false,
  2527. "impersonationUseSudo": false,
  2528. "commandName": "Start Service",
  2529. "pluginName": "Service Control Manager",
  2530. "pluginVersion": 8,
  2531. "properties": {
  2532. "Services": "SGI Certificados",
  2533. "argString": "",
  2534. "waitFor": "true"
  2535. },
  2536. "type": "plugin",
  2537. "name": "Start SGI Certificados",
  2538. "children": []
  2539. },
  2540. {
  2541. "allowFailure": false,
  2542. "useImpersonation": false,
  2543. "showHidden": false,
  2544. "impersonationUseSudo": false,
  2545. "commandName": "Copy Directory",
  2546. "pluginName": "File Utils",
  2547. "pluginVersion": 40,
  2548. "properties": {
  2549. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\Monitor SGI\"",
  2550. "destDirList": "${p:resource\/pathMonitorService}",
  2551. "includes": "**\/*",
  2552. "excludes": "",
  2553. "mapperRules": ""
  2554. },
  2555. "type": "plugin",
  2556. "name": "RollBack Monitor",
  2557. "children": []
  2558. },
  2559. {
  2560. "allowFailure": false,
  2561. "useImpersonation": false,
  2562. "showHidden": false,
  2563. "impersonationUseSudo": false,
  2564. "commandName": "Copy Directory",
  2565. "pluginName": "File Utils",
  2566. "pluginVersion": 40,
  2567. "properties": {
  2568. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\Notificaciones SGI\"",
  2569. "destDirList": "${p:resource\/pathNotificacionesService}",
  2570. "includes": "**\/*",
  2571. "excludes": "",
  2572. "mapperRules": ""
  2573. },
  2574. "type": "plugin",
  2575. "name": "RollBack Notificaciones",
  2576. "children": []
  2577. },
  2578. {
  2579. "allowFailure": false,
  2580. "useImpersonation": false,
  2581. "showHidden": false,
  2582. "impersonationUseSudo": false,
  2583. "commandName": "Copy Directory",
  2584. "pluginName": "File Utils",
  2585. "pluginVersion": 40,
  2586. "properties": {
  2587. "sourceDir": "\"{p:resource\/work.dir}${p:component.name}Backup\\SGI Certificados\"",
  2588. "destDirList": "${p:resource\/pathCertificadosService}",
  2589. "includes": "**\/*",
  2590. "excludes": "",
  2591. "mapperRules": ""
  2592. },
  2593. "type": "plugin",
  2594. "name": "RollBack Certificados",
  2595. "children": []
  2596. }
  2597. ]
  2598. }
  2599. }],
  2600. "configTemplates": [],
  2601. "genericProcesses": [],
  2602. "teamMappings": [{
  2603. "teamId": "682760d1-c79e-4eb3-8b10-50dfa4e8fb68",
  2604. "teamLabel": "SGI",
  2605. "resourceTypeId": "20000000000000000000000000000101",
  2606. "resourceTypeName": "Component"
  2607. }]
  2608. }
  2609. ],
  2610. "environments": [{
  2611. "name": "Pruebas",
  2612. "color": "#00B2EF",
  2613. "requireApprovals": false,
  2614. "exemptProcesses": [],
  2615. "lockSnapshots": false,
  2616. "cleanupDaysToKeep": 0,
  2617. "cleanupCountToKeep": 0,
  2618. "order": 1,
  2619. "active": true,
  2620. "propSheet": {"properties": []},
  2621. "baseResources": [],
  2622. "componentPropSheets": [
  2623. {
  2624. "properties": [],
  2625. "componentName": "SGI_BD"
  2626. },
  2627. {
  2628. "properties": [],
  2629. "componentName": "SGI_IIS"
  2630. },
  2631. {
  2632. "properties": [],
  2633. "componentName": "SGI_WEB"
  2634. }
  2635. ],
  2636. "versionConditions": [],
  2637. "teamMappings": [{
  2638. "teamId": "682760d1-c79e-4eb3-8b10-50dfa4e8fb68",
  2639. "teamLabel": "SGI",
  2640. "resourceTypeId": "20000000000000000000000000000103",
  2641. "resourceTypeName": "Environment"
  2642. }]
  2643. }],
  2644. "statuses": [],
  2645. "processes": [{
  2646. "name": "Deploy",
  2647. "description": "",
  2648. "inventoryManagementType": "AUTOMATIC",
  2649. "offlineAgentHandling": "PRE_EXECUTION_CHECK",
  2650. "rootActivity": {
  2651. "edges": [
  2652. {
  2653. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2654. "from": "b4435dc51886d89e6713236b20b1bf",
  2655. "type": "SUCCESS",
  2656. "value": ""
  2657. },
  2658. {
  2659. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2660. "from": "611fd7f1127635e5fb563f4eb97fba",
  2661. "type": "SUCCESS",
  2662. "value": ""
  2663. },
  2664. {
  2665. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2666. "from": "5322cd0e445217967990373ec7a72a",
  2667. "type": "SUCCESS",
  2668. "value": ""
  2669. },
  2670. {
  2671. "to": "ffdeee3c05f6dd55a915a7ce0b3a83",
  2672. "from": "e2707e6546c33724931df629803285",
  2673. "type": "SUCCESS",
  2674. "value": ""
  2675. },
  2676. {
  2677. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2678. "from": "d83fe4d446e4c6254dbca6ecf67f01",
  2679. "type": "SUCCESS",
  2680. "value": ""
  2681. },
  2682. {
  2683. "to": "5322cd0e445217967990373ec7a72a",
  2684. "from": "deployOption",
  2685. "type": "VALUE",
  2686. "value": "Only_SgiWeb"
  2687. },
  2688. {
  2689. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2690. "from": "ae81ca770617be87340364a0fcc02c",
  2691. "type": "SUCCESS",
  2692. "value": ""
  2693. },
  2694. {
  2695. "to": "d83fe4d446e4c6254dbca6ecf67f01",
  2696. "from": "16e26438c41395a2c86cb44930621e",
  2697. "type": "SUCCESS",
  2698. "value": ""
  2699. },
  2700. {
  2701. "to": "deployOption",
  2702. "type": "ALWAYS",
  2703. "value": ""
  2704. },
  2705. {
  2706. "to": "51b4fc7c2202798a23b79962b4017b",
  2707. "from": "deployOption",
  2708. "type": "VALUE",
  2709. "value": "All"
  2710. },
  2711. {
  2712. "to": "611fd7f1127635e5fb563f4eb97fba",
  2713. "from": "e462a781dbaa50513c78c56eb41404",
  2714. "type": "SUCCESS",
  2715. "value": ""
  2716. },
  2717. {
  2718. "to": "027ccecde2f3a4ac4437d602263646",
  2719. "from": "e764e7f046b2cb071b97e93fedf984",
  2720. "type": "SUCCESS",
  2721. "value": ""
  2722. },
  2723. {
  2724. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2725. "from": "ffdeee3c05f6dd55a915a7ce0b3a83",
  2726. "type": "SUCCESS",
  2727. "value": ""
  2728. },
  2729. {
  2730. "to": "16e26438c41395a2c86cb44930621e",
  2731. "from": "deployOption",
  2732. "type": "VALUE",
  2733. "value": "BD-ServiciosSgi"
  2734. },
  2735. {
  2736. "to": "e2707e6546c33724931df629803285",
  2737. "from": "deployOption",
  2738. "type": "VALUE",
  2739. "value": "SgiWeb-ServiciosSgi"
  2740. },
  2741. {
  2742. "to": "b4435dc51886d89e6713236b20b1bf",
  2743. "from": "deployOption",
  2744. "type": "VALUE",
  2745. "value": "Only_ServiciosSgi"
  2746. },
  2747. {
  2748. "to": "e462a781dbaa50513c78c56eb41404",
  2749. "from": "deployOption",
  2750. "type": "VALUE",
  2751. "value": "BD-SgiWeb\n"
  2752. },
  2753. {
  2754. "to": "ae81ca770617be87340364a0fcc02c",
  2755. "from": "deployOption",
  2756. "type": "VALUE",
  2757. "value": "Only_BD"
  2758. },
  2759. {
  2760. "to": "e764e7f046b2cb071b97e93fedf984",
  2761. "from": "51b4fc7c2202798a23b79962b4017b",
  2762. "type": "SUCCESS",
  2763. "value": ""
  2764. },
  2765. {
  2766. "to": "5ce6dbcb997796e2e61d4fa14cf396",
  2767. "from": "027ccecde2f3a4ac4437d602263646",
  2768. "type": "SUCCESS",
  2769. "value": ""
  2770. }
  2771. ],
  2772. "offsets": [
  2773. {
  2774. "name": "ffdeee3c05f6dd55a915a7ce0b3a83",
  2775. "x": 1107,
  2776. "y": 684,
  2777. "h": 60,
  2778. "w": 190
  2779. },
  2780. {
  2781. "name": "51b4fc7c2202798a23b79962b4017b",
  2782. "x": 225,
  2783. "y": 280,
  2784. "h": 50,
  2785. "w": 160
  2786. },
  2787. {
  2788. "name": "b4435dc51886d89e6713236b20b1bf",
  2789. "x": -299,
  2790. "y": 275,
  2791. "h": 50,
  2792. "w": 160
  2793. },
  2794. {
  2795. "name": "e764e7f046b2cb071b97e93fedf984",
  2796. "x": 215,
  2797. "y": 380,
  2798. "h": 60,
  2799. "w": 180
  2800. },
  2801. {
  2802. "name": "5ce6dbcb997796e2e61d4fa14cf396",
  2803. "x": 0,
  2804. "y": 540,
  2805. "h": 50,
  2806. "w": 90
  2807. },
  2808. {
  2809. "name": "e462a781dbaa50513c78c56eb41404",
  2810. "x": 815,
  2811. "y": 278,
  2812. "h": 60,
  2813. "w": 190
  2814. },
  2815. {
  2816. "name": "027ccecde2f3a4ac4437d602263646",
  2817. "x": 215,
  2818. "y": 477,
  2819. "h": 50,
  2820. "w": 180
  2821. },
  2822. {
  2823. "name": "5322cd0e445217967990373ec7a72a",
  2824. "x": -549,
  2825. "y": 270,
  2826. "h": 60,
  2827. "w": 200
  2828. },
  2829. {
  2830. "name": "611fd7f1127635e5fb563f4eb97fba",
  2831. "x": 815,
  2832. "y": 580,
  2833. "h": 60,
  2834. "w": 190
  2835. },
  2836. {
  2837. "name": "d83fe4d446e4c6254dbca6ecf67f01",
  2838. "x": 531,
  2839. "y": 510,
  2840. "h": 50,
  2841. "w": 160
  2842. },
  2843. {
  2844. "name": "16e26438c41395a2c86cb44930621e",
  2845. "x": 531,
  2846. "y": 290,
  2847. "h": 50,
  2848. "w": 160
  2849. },
  2850. {
  2851. "name": "e2707e6546c33724931df629803285",
  2852. "x": 1112,
  2853. "y": 265,
  2854. "h": 60,
  2855. "w": 180
  2856. },
  2857. {
  2858. "name": "deployOption",
  2859. "x": -60,
  2860. "y": 130,
  2861. "h": 60,
  2862. "w": 180
  2863. },
  2864. {
  2865. "name": "ae81ca770617be87340364a0fcc02c",
  2866. "x": -65,
  2867. "y": 270,
  2868. "h": 60,
  2869. "w": 190
  2870. }
  2871. ],
  2872. "type": "graph",
  2873. "name": "3e1f74bb-e8f5-4aee-98a5-340c7ecf3f37",
  2874. "children": [
  2875. {
  2876. "type": "finish",
  2877. "name": "5ce6dbcb997796e2e61d4fa14cf396",
  2878. "children": []
  2879. },
  2880. {
  2881. "componentName": "SGI_IIS",
  2882. "properties": [
  2883. {
  2884. "name": "failFast",
  2885. "value": "false"
  2886. },
  2887. {
  2888. "name": "runOnlyOnFirst",
  2889. "value": "false"
  2890. },
  2891. {
  2892. "name": "maxIteration",
  2893. "value": "-1"
  2894. }
  2895. ],
  2896. "type": "componentEnvironmentIterator",
  2897. "name": "b4435dc51886d89e6713236b20b1bf",
  2898. "children": [{
  2899. "componentName": "SGI_IIS",
  2900. "status": "Active",
  2901. "type": "inventoryVersionDiff",
  2902. "name": "7a980c9e-c5c8-4d21-92ad-32747abc60ec",
  2903. "children": [{
  2904. "componentProcessName": "install_site",
  2905. "componentName": "SGI_IIS",
  2906. "allowFailure": false,
  2907. "properties": {},
  2908. "type": "componentProcess",
  2909. "name": "Install SGI_IIS",
  2910. "children": []
  2911. }]
  2912. }]
  2913. },
  2914. {
  2915. "propertyName": "${p:bd.iis}",
  2916. "type": "switch",
  2917. "name": "deployOption",
  2918. "children": []
  2919. },
  2920. {
  2921. "componentName": "SGI_BD",
  2922. "properties": [
  2923. {
  2924. "name": "failFast",
  2925. "value": "false"
  2926. },
  2927. {
  2928. "name": "runOnlyOnFirst",
  2929. "value": "false"
  2930. },
  2931. {
  2932. "name": "maxIteration",
  2933. "value": "-1"
  2934. }
  2935. ],
  2936. "type": "componentEnvironmentIterator",
  2937. "name": "51b4fc7c2202798a23b79962b4017b",
  2938. "children": [{
  2939. "componentName": "SGI_BD",
  2940. "status": "Active",
  2941. "type": "inventoryVersionDiff",
  2942. "name": "d3515611-5a36-4d54-8087-510a8daee0ac",
  2943. "children": [{
  2944. "componentProcessName": "Deploy_BD",
  2945. "componentName": "SGI_BD",
  2946. "allowFailure": false,
  2947. "properties": {},
  2948. "type": "componentProcess",
  2949. "name": "Install SGI_BD",
  2950. "children": []
  2951. }]
  2952. }]
  2953. },
  2954. {
  2955. "componentName": "SGI_IIS",
  2956. "properties": [
  2957. {
  2958. "name": "failFast",
  2959. "value": "false"
  2960. },
  2961. {
  2962. "name": "runOnlyOnFirst",
  2963. "value": "false"
  2964. },
  2965. {
  2966. "name": "maxIteration",
  2967. "value": "-1"
  2968. }
  2969. ],
  2970. "type": "componentEnvironmentIterator",
  2971. "name": "e764e7f046b2cb071b97e93fedf984",
  2972. "children": [{
  2973. "componentName": "SGI_IIS",
  2974. "status": "Active",
  2975. "type": "inventoryVersionDiff",
  2976. "name": "89446439-9c86-454c-b012-dd943f179149",
  2977. "children": [{
  2978. "componentProcessName": "install_site",
  2979. "componentName": "SGI_IIS",
  2980. "allowFailure": false,
  2981. "properties": {},
  2982. "type": "componentProcess",
  2983. "name": "Install SGI_IIS-BD",
  2984. "children": []
  2985. }]
  2986. }]
  2987. },
  2988. {
  2989. "componentName": "SGI_BD",
  2990. "properties": [
  2991. {
  2992. "name": "failFast",
  2993. "value": "false"
  2994. },
  2995. {
  2996. "name": "runOnlyOnFirst",
  2997. "value": "false"
  2998. },
  2999. {
  3000. "name": "maxIteration",
  3001. "value": "-1"
  3002. }
  3003. ],
  3004. "type": "componentEnvironmentIterator",
  3005. "name": "ae81ca770617be87340364a0fcc02c",
  3006. "children": [{
  3007. "componentName": "SGI_BD",
  3008. "status": "Active",
  3009. "type": "inventoryVersionDiff",
  3010. "name": "431edb16-d08e-4881-ac58-fd2c5cd0fd70",
  3011. "children": [{
  3012. "componentProcessName": "Deploy_BD",
  3013. "componentName": "SGI_BD",
  3014. "allowFailure": false,
  3015. "properties": {},
  3016. "type": "componentProcess",
  3017. "name": "Install SGI_BD Only",
  3018. "children": []
  3019. }]
  3020. }]
  3021. },
  3022. {
  3023. "componentName": "SGI_WEB",
  3024. "properties": [
  3025. {
  3026. "name": "failFast",
  3027. "value": "false"
  3028. },
  3029. {
  3030. "name": "runOnlyOnFirst",
  3031. "value": "false"
  3032. },
  3033. {
  3034. "name": "maxIteration",
  3035. "value": "-1"
  3036. }
  3037. ],
  3038. "type": "componentEnvironmentIterator",
  3039. "name": "027ccecde2f3a4ac4437d602263646",
  3040. "children": [{
  3041. "componentName": "SGI_WEB",
  3042. "status": "Active",
  3043. "type": "inventoryVersionDiff",
  3044. "name": "1610fab6-8d5b-4044-86e2-dcf87b50dc2f",
  3045. "children": [{
  3046. "componentProcessName": "install_SGIWeb",
  3047. "componentName": "SGI_WEB",
  3048. "allowFailure": false,
  3049. "properties": {},
  3050. "type": "componentProcess",
  3051. "name": "Instalar SGI_WEB",
  3052. "children": []
  3053. }]
  3054. }]
  3055. },
  3056. {
  3057. "componentName": "SGI_WEB",
  3058. "properties": [
  3059. {
  3060. "name": "failFast",
  3061. "value": "false"
  3062. },
  3063. {
  3064. "name": "runOnlyOnFirst",
  3065. "value": "false"
  3066. },
  3067. {
  3068. "name": "maxIteration",
  3069. "value": "-1"
  3070. }
  3071. ],
  3072. "type": "componentEnvironmentIterator",
  3073. "name": "5322cd0e445217967990373ec7a72a",
  3074. "children": [{
  3075. "componentName": "SGI_WEB",
  3076. "status": "Active",
  3077. "type": "inventoryVersionDiff",
  3078. "name": "f6dbc2c0-4a2d-437f-846e-fc2eccb62162",
  3079. "children": [{
  3080. "componentProcessName": "install_SGIWeb",
  3081. "componentName": "SGI_WEB",
  3082. "allowFailure": false,
  3083. "properties": {},
  3084. "type": "componentProcess",
  3085. "name": "Instalar Only SGI_WEB",
  3086. "children": []
  3087. }]
  3088. }]
  3089. },
  3090. {
  3091. "componentName": "SGI_BD",
  3092. "properties": [
  3093. {
  3094. "name": "failFast",
  3095. "value": "false"
  3096. },
  3097. {
  3098. "name": "runOnlyOnFirst",
  3099. "value": "false"
  3100. },
  3101. {
  3102. "name": "maxIteration",
  3103. "value": "-1"
  3104. }
  3105. ],
  3106. "type": "componentEnvironmentIterator",
  3107. "name": "16e26438c41395a2c86cb44930621e",
  3108. "children": [{
  3109. "componentName": "SGI_BD",
  3110. "status": "Active",
  3111. "type": "inventoryVersionDiff",
  3112. "name": "7fcbae60-fc86-4eac-8f09-cd898cfdb41d",
  3113. "children": [{
  3114. "componentProcessName": "Deploy_BD",
  3115. "componentName": "SGI_BD",
  3116. "allowFailure": false,
  3117. "properties": {},
  3118. "type": "componentProcess",
  3119. "name": "Instalar SGI_BD",
  3120. "children": []
  3121. }]
  3122. }]
  3123. },
  3124. {
  3125. "componentName": "SGI_IIS",
  3126. "properties": [
  3127. {
  3128. "name": "failFast",
  3129. "value": "false"
  3130. },
  3131. {
  3132. "name": "runOnlyOnFirst",
  3133. "value": "false"
  3134. },
  3135. {
  3136. "name": "maxIteration",
  3137. "value": "-1"
  3138. }
  3139. ],
  3140. "type": "componentEnvironmentIterator",
  3141. "name": "d83fe4d446e4c6254dbca6ecf67f01",
  3142. "children": [{
  3143. "componentName": "SGI_IIS",
  3144. "status": "Active",
  3145. "type": "inventoryVersionDiff",
  3146. "name": "fe9f6211-1e11-459b-9853-66f48aa80fce",
  3147. "children": [{
  3148. "componentProcessName": "install_site",
  3149. "componentName": "SGI_IIS",
  3150. "allowFailure": false,
  3151. "properties": {},
  3152. "type": "componentProcess",
  3153. "name": "Instalar SGI_IIS",
  3154. "children": []
  3155. }]
  3156. }]
  3157. },
  3158. {
  3159. "componentName": "SGI_BD",
  3160. "properties": [
  3161. {
  3162. "name": "failFast",
  3163. "value": "false"
  3164. },
  3165. {
  3166. "name": "runOnlyOnFirst",
  3167. "value": "false"
  3168. },
  3169. {
  3170. "name": "maxIteration",
  3171. "value": "-1"
  3172. }
  3173. ],
  3174. "type": "componentEnvironmentIterator",
  3175. "name": "e462a781dbaa50513c78c56eb41404",
  3176. "children": [{
  3177. "componentName": "SGI_BD",
  3178. "status": "Active",
  3179. "type": "inventoryVersionDiff",
  3180. "name": "33752f38-b7c9-4738-b969-054a4cc9bee3",
  3181. "children": [{
  3182. "componentProcessName": "Deploy_BD",
  3183. "componentName": "SGI_BD",
  3184. "allowFailure": false,
  3185. "properties": {},
  3186. "type": "componentProcess",
  3187. "name": "Instalar webSGI_BD",
  3188. "children": []
  3189. }]
  3190. }]
  3191. },
  3192. {
  3193. "componentName": "SGI_WEB",
  3194. "properties": [
  3195. {
  3196. "name": "failFast",
  3197. "value": "false"
  3198. },
  3199. {
  3200. "name": "runOnlyOnFirst",
  3201. "value": "false"
  3202. },
  3203. {
  3204. "name": "maxIteration",
  3205. "value": "-1"
  3206. }
  3207. ],
  3208. "type": "componentEnvironmentIterator",
  3209. "name": "611fd7f1127635e5fb563f4eb97fba",
  3210. "children": [{
  3211. "componentName": "SGI_WEB",
  3212. "status": "Active",
  3213. "type": "inventoryVersionDiff",
  3214. "name": "cc1c632d-3ade-451d-b40e-af4e7d227b8c",
  3215. "children": [{
  3216. "componentProcessName": "install_SGIWeb",
  3217. "componentName": "SGI_WEB",
  3218. "allowFailure": false,
  3219. "properties": {},
  3220. "type": "componentProcess",
  3221. "name": "Instalar bdSGI_WEB",
  3222. "children": []
  3223. }]
  3224. }]
  3225. },
  3226. {
  3227. "componentName": "SGI_IIS",
  3228. "properties": [
  3229. {
  3230. "name": "failFast",
  3231. "value": "false"
  3232. },
  3233. {
  3234. "name": "runOnlyOnFirst",
  3235. "value": "false"
  3236. },
  3237. {
  3238. "name": "maxIteration",
  3239. "value": "-1"
  3240. }
  3241. ],
  3242. "type": "componentEnvironmentIterator",
  3243. "name": "e2707e6546c33724931df629803285",
  3244. "children": [{
  3245. "componentName": "SGI_IIS",
  3246. "status": "Active",
  3247. "type": "inventoryVersionDiff",
  3248. "name": "7b50f765-eb36-4a9e-86bc-8f05e1171f7e",
  3249. "children": [{
  3250. "componentProcessName": "install_site",
  3251. "componentName": "SGI_IIS",
  3252. "allowFailure": false,
  3253. "properties": {},
  3254. "type": "componentProcess",
  3255. "name": "Instalar webSGI_IIS",
  3256. "children": []
  3257. }]
  3258. }]
  3259. },
  3260. {
  3261. "componentName": "SGI_WEB",
  3262. "properties": [
  3263. {
  3264. "name": "failFast",
  3265. "value": "false"
  3266. },
  3267. {
  3268. "name": "runOnlyOnFirst",
  3269. "value": "false"
  3270. },
  3271. {
  3272. "name": "maxIteration",
  3273. "value": "-1"
  3274. }
  3275. ],
  3276. "type": "componentEnvironmentIterator",
  3277. "name": "ffdeee3c05f6dd55a915a7ce0b3a83",
  3278. "children": [{
  3279. "componentName": "SGI_WEB",
  3280. "status": "Active",
  3281. "type": "inventoryVersionDiff",
  3282. "name": "1ef300ae-51a9-4cb3-a72a-ceb34db842ec",
  3283. "children": [{
  3284. "componentProcessName": "install_SGIWeb",
  3285. "componentName": "SGI_WEB",
  3286. "allowFailure": false,
  3287. "properties": {},
  3288. "type": "componentProcess",
  3289. "name": "Instalar serSGI_WEB",
  3290. "children": []
  3291. }]
  3292. }]
  3293. }
  3294. ]
  3295. },
  3296. "propDefs": [{
  3297. "name": "bd.iis",
  3298. "label": "Select a deploy option:",
  3299. "pattern": "",
  3300. "type": "SELECT",
  3301. "required": true,
  3302. "description": "Deploy BD and IIS artifacts",
  3303. "placeholder": "",
  3304. "allowedValues": [
  3305. {
  3306. "label": "All",
  3307. "value": "All"
  3308. },
  3309. {
  3310. "label": "Only_BD",
  3311. "value": "Only_BD"
  3312. },
  3313. {
  3314. "label": "Only_ServiciosSgi",
  3315. "value": "Only_ServiciosSgi"
  3316. },
  3317. {
  3318. "label": "Only_SgiWeb",
  3319. "value": "Only_SgiWeb"
  3320. },
  3321. {
  3322. "label": "BD-ServiciosSgi",
  3323. "value": "BD-ServiciosSgi"
  3324. },
  3325. {
  3326. "label": "BD-SgiWeb",
  3327. "value": "BD-SgiWeb"
  3328. },
  3329. {
  3330. "label": "SgiWeb-ServiciosSgi",
  3331. "value": "SgiWeb-ServiciosSgi"
  3332. }
  3333. ]
  3334. }],
  3335. "versionPresets": []
  3336. }],
  3337. "genericProcesses": [],
  3338. "teamMappings": [{
  3339. "teamId": "682760d1-c79e-4eb3-8b10-50dfa4e8fb68",
  3340. "teamLabel": "SGI",
  3341. "resourceTypeId": "20000000000000000000000000000100",
  3342. "resourceTypeName": "Application"
  3343. }],
  3344. "tags": [{
  3345. "id": "ae26c957-15b5-4f42-b005-2c7a0c312864",
  3346. "name": "SGI",
  3347. "color": "#17AF4B",
  3348. "objectType": "Application"
  3349. }]
  3350. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement