Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #390

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.compile.nullAnalysis.mode": "automatic"
}
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This is a simple demonstration application used in the [Jenkins: The Definitive Guide](http://wakaleo.com/books/jenkins-the-definitive-guide) book.
Welcome to our first project
This is a simple demonstration application used in the [Jenkins: The Definitive Guide](http://wakaleo.com/books/jenkins-the-definitive-guide)book.

## Building the project

Expand Down
19 changes: 19 additions & 0 deletions execution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
execution:
- concurrency: 50
hold-for: 3m
ram-up: 2m

scenario: Choose Flight
scenarios:
Choose Flight:
requests:
-label: blazedemo
method: GET
url: http://blazedemo.com/
-label: reserve
method: POST
url: http://blazedemo.com/reserve.php
body:
fromPort: Paris
toPort: Buenos Aires