mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Cleanup and file reference path fix
This commit is contained in:
parent
925c50aa66
commit
a01031d479
1 changed files with 5 additions and 31 deletions
36
.jervis.yml
36
.jervis.yml
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue