1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

Update vars/healthExecuteCheck.groovy

Co-Authored-By: alejandraferreirovidal <alejandra.ferreiro.vidal@sap.com>
This commit is contained in:
Christopher Fenner 2019-04-02 21:01:09 +02:00 committed by GitHub
parent 4f93f1f07a
commit d2a615fbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ import groovy.transform.Field
'healthEndpoint',
/**
* Health check function is called providing full qualified `testServerUrl` to the health check.
* In case response of the call is different than `HTTP 200 OK` the **health check fails and the pipeline stops**.
*
*/
'testServerUrl'
]