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
|
||||
inventories:
|
||||
dev:
|
||||
- ../inventories/dev
|
||||
- ../../inventories/dev
|
||||
regression:
|
||||
- ../inventories/regression
|
||||
- ../../inventories/regression
|
||||
qa:
|
||||
- ../inventories/qa
|
||||
- ../../inventories/qa
|
||||
staging:
|
||||
- ../inventories/staging
|
||||
- ../../inventories/staging
|
||||
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
|
||||
- ../../inventories/release
|
||||
|
|
Loading…
Reference in a new issue