diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..7b016a89fb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.compile.nullAnalysis.mode": "automatic" +} \ No newline at end of file diff --git a/README.markdown b/README.markdown index 24b0081df3..deaa5e97ef 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/execution.yml b/execution.yml new file mode 100644 index 0000000000..17e688c373 --- /dev/null +++ b/execution.yml @@ -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