From: Aaryan Porwal Date: Tue, 3 Aug 2021 11:54:43 +0000 (+0530) Subject: mgr/dashboard: Jenkins Applitools plugin: add batchId variable X-Git-Tag: v17.1.0~1214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb73617a8ee4d9fab1bec834abef73705bd2958f;p=ceph.git mgr/dashboard: Jenkins Applitools plugin: add batchId variable 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 --- diff --git a/src/pybind/mgr/dashboard/frontend/applitools.config.js b/src/pybind/mgr/dashboard/frontend/applitools.config.js index 342a3560954b0..c20d3ef542f30 100644 --- a/src/pybind/mgr/dashboard/frontend/applitools.config.js +++ b/src/pybind/mgr/dashboard/frontend/applitools.config.js @@ -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' },