]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Jenkins Applitools plugin: add batchId variable 42605/head
authorAaryan Porwal <aaryanporwal2233@gmail.com>
Tue, 3 Aug 2021 11:54:43 +0000 (17:24 +0530)
committerAaryan Porwal <aaryanporwal2233@gmail.com>
Tue, 3 Aug 2021 11:59:39 +0000 (17:29 +0530)
batchId variable is mandatory for the applitools test runner to show up in jenkins build reports, for more details, check out: https://plugins.jenkins.io/applitools-eyes/

Signed-off-by: Aaryan Porwal <aaryanporwal2233@gmail.com>
src/pybind/mgr/dashboard/frontend/applitools.config.js

index 342a3560954b02b0810fc8ea2f1bdc9430620e69..c20d3ef542f301b10bb9e753b60879e22e8ee7b2 100644 (file)
@@ -1,5 +1,6 @@
 module.exports = {
   appName: 'Ceph Dashboard',
+  batchId: process.env.APPLITOOLS_BATCH_ID, 
   apiKey: process.env.APPLITOOLS_API_KEY,
   browser: [
     { width: 1920, height: 1080, name: 'chrome' },