From 49c2f0537b39c3fc9c8e4a4c8991903c9a3cce43 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 29 Jul 2021 14:28:31 +0300 Subject: [PATCH] Fix comments --- keycloak_test.groovy | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/keycloak_test.groovy b/keycloak_test.groovy index 08e8049..2b0d8f7 100644 --- a/keycloak_test.groovy +++ b/keycloak_test.groovy @@ -1,7 +1,9 @@ /** -* Jenkinsfile to deploy multiple Docker containers based on docker-compose into a DEV server and run any test. -* This pipeline will run the Docker containers, execute the tests and then stop and remove the containers from the DEV -* server automatically. +* Jenkinsfile to run keycloak tests on a keycloak enabled app. +* An instance of the application should already be deployed. Two tests +* are included, one that tries to access an API endpoint without any +* authentication and should fail and a second one that uses +* authentication and should succeed. **/ -- 2.2.2