From 8d183eebcffc73e618fe733dd5e492ba49ca657c Mon Sep 17 00:00:00 2001 From: ChristophW Date: Thu, 5 Oct 2023 13:59:03 +0200 Subject: [PATCH 1/2] Adapt pipeline report dir (#616) --- Jenkinsfile.internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.internal b/Jenkinsfile.internal index 79b640c0..ea510f0d 100644 --- a/Jenkinsfile.internal +++ b/Jenkinsfile.internal @@ -28,7 +28,7 @@ pipeline { agent any environment { authKey = credentials('TG_authkey_test_report_upload') - pipeline_report_dir = "report2TG" + pipeline_report_dir = "pipeline_report2TG/build-$env.BUILD_NUMBER" } tools { maven 'M3' From 7e507cf0924eef39257fc446dd466565b38f121b Mon Sep 17 00:00:00 2001 From: ChristophW Date: Thu, 5 Oct 2023 14:01:10 +0200 Subject: [PATCH 2/2] Shorten pipeline report dir (#616) --- Jenkinsfile.internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.internal b/Jenkinsfile.internal index ea510f0d..a8179d5a 100644 --- a/Jenkinsfile.internal +++ b/Jenkinsfile.internal @@ -28,7 +28,7 @@ pipeline { agent any environment { authKey = credentials('TG_authkey_test_report_upload') - pipeline_report_dir = "pipeline_report2TG/build-$env.BUILD_NUMBER" + pipeline_report_dir = "report2TG/build-$env.BUILD_NUMBER" } tools { maven 'M3'