Commit 49c2f0537b39c3fc9c8e4a4c8991903c9a3cce43
1 parent
7695d6fdb8
Exists in
master
and in
2 other branches
Fix comments
Showing 1 changed file with 5 additions and 3 deletions
keycloak_test.groovy
View file @
49c2f05
1 | 1 | /** |
2 | -* Jenkinsfile to deploy multiple Docker containers based on docker-compose into a DEV server and run any test. | |
3 | -* This pipeline will run the Docker containers, execute the tests and then stop and remove the containers from the DEV | |
4 | -* server automatically. | |
2 | +* Jenkinsfile to run keycloak tests on a keycloak enabled app. | |
3 | +* An instance of the application should already be deployed. Two tests | |
4 | +* are included, one that tries to access an API endpoint without any | |
5 | +* authentication and should fail and a second one that uses | |
6 | +* authentication and should succeed. | |
5 | 7 | **/ |
6 | 8 | |
7 | 9 |