Cleanup and file reference path fix

This commit is contained in:
Roberto Badô 2018-04-10 15:38:03 -03:00
parent 925c50aa66
commit a01031d479

View file

@ -26,38 +26,12 @@ jenkins:
- target/*.war - target/*.war
inventories: inventories:
dev: dev:
- ../inventories/dev - ../../inventories/dev
regression: regression:
- ../inventories/regression - ../../inventories/regression
qa: qa:
- ../inventories/qa - ../../inventories/qa
staging: staging:
- ../inventories/staging - ../../inventories/staging
release: release:
- ../inventories/release - ../../inventories/release
services:
ecn-web:
pre-install:
- name: Copying deploy files...
win_copy:
src: '../deploy/'
dest: 'C:/deploy'
- name: Preparing environment...
win_shell: "./setup-environment.ps1"
args:
chdir: C:/deploy/EnvironmentSetup
- name: Preparing installation...
win_shell: "./download-components.ps1"
args:
chdir: C:/deploy/PreInstall
install:
- name: Installing components...
win_shell: "./setup-components.ps1"
args:
chdir: C:/deploy/Install
post-install:
- name: Configuring components...
win_shell: "./apply-qasetup.ps1"
args:
chdir: C:/deploy/PostInstall