aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguillaume.lambert <guillaume.lambert@orange.com>2023-07-05 16:37:10 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-11-16 16:48:08 +0100
commit1cfe3e3c02e5e774fd1c868b5d71cc4445d913d0 (patch)
tree6f60e7a22a35138971a9e328aee06ac03da66211
parent691e24226bd21f5c28cbc2847c19d69125de9525 (diff)
Dump the play part from katacoda scenatio too
https://raw.githubusercontent.com/collivier/katacoda-scenarios/main/xtestingci/firstdriver/play.md Co-authored-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ieb79f1b2de253f659c68fc44c9ece020f2b55581 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index d909db9f..6c86b46d 100644
--- a/README.md
+++ b/README.md
@@ -223,4 +223,27 @@ Publish your container on your local registry
sudo docker push 127.0.0.1:5000/weather
```
+### play
+
+Jenkins is accessible via http://127.0.0.1:8080 and you can identify yourself
+as admin to be allowed to trigger a build:
+- login: admin
+- password: admin
+
+The default Jenkins view lists all the Jenkins jobs. You can easily find your
+main job, weather-latest-daily, via the Jenkins view named weather.
+
+You're ready to start a new build of weather-latest-daily without changing
+the default parameters.
+
+The test case is executed after a few seconds and all the test outputs are
+accessible via the console icons. If you open the
+weather-127_0_0_1-weather-latest-humidity-run, you will first read:
+- the test output highlighting its status
+- a link to the test database where its results are stored
+- a couple of links to its artifacts automatically published
+
+A zip file dumping all test campaign data is printed in the
+weather-latest-zip console.
+
### That's all folks!