Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit e7032cb9 authored by Guillaume28's avatar Guillaume28 Committed by GitHub
Browse files

Jenkins meta service (#6331)

* fix(feature): Add Login/Logout otherwise wrong UTC

* fix(CI): Check status of meta-service

* Update AcknowledgementContext.php
parent b561acc8
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class AcknowledgementContext extends CentreonContext
'meta_1'
);
$props = $page->getProperties();
return $props['last_check'];
return $props['last_check'] && $props['state'] != 'PENDING';
},
'Could not open meta-service monitoring details page.',
120
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment