From b9cb2d34f19516f3819cec916cd2e6844b224cd3 Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Wed, 15 Nov 2023 15:54:56 +0000 Subject: [PATCH 1/2] Removed hardcoded application name. Signed-off-by: Konstantina Chremmou --- XenModel/Messages.Designer.cs | 2 +- XenModel/Messages.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs index d580f79aa..c0853ba24 100755 --- a/XenModel/Messages.Designer.cs +++ b/XenModel/Messages.Designer.cs @@ -29340,7 +29340,7 @@ public static string NRPE_METRIC_TOOLTIP { } /// - /// Looks up a localized string similar to Failed to retrieve NRPE configuration, please check XenCenter logs.. + /// Looks up a localized string similar to Failed to retrieve NRPE configuration, please check the application logs.. /// public static string NRPE_RETRIEVE_FAILED { get { diff --git a/XenModel/Messages.resx b/XenModel/Messages.resx index 865d0ea2c..7ed952b91 100755 --- a/XenModel/Messages.resx +++ b/XenModel/Messages.resx @@ -10180,7 +10180,7 @@ When you configure an NFS storage repository, you simply provide the host name o NRPE check name: {0} - Failed to retrieve NRPE configuration, please check XenCenter logs. + Failed to retrieve NRPE configuration, please check the application logs. Retrieving NRPE configuration... From 01a831f3c40ab9c32b3de1cb9b9954f931bced5b Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Wed, 15 Nov 2023 15:55:47 +0000 Subject: [PATCH 2/2] CP-46393: Bumped branding library to v5.4. Signed-off-by: Konstantina Chremmou --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 452c8e03a..c448a645c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ * SUCH DAMAGE. */ -def XENADMIN_BRANDING_TAG = 'v5.3' +def XENADMIN_BRANDING_TAG = 'v5.4' @Library(['PacmanSharedLibrary', "xencenter-pipeline@v4.11"]) import com.xenserver.pipeline.xencenter.*