From d3dbcfdcd8255db5f00cca25637dc057790a35a7 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Wed, 17 May 2023 17:09:13 +0200 Subject: [PATCH] adjusting Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c11f393..3cc8260 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { python3 unzip.py terraform-provider-dynatrace_1.30.2_linux_amd64.zip mkdir /opt/workspace/coco_apm_dynatrace_terraform_backup_exporter/bin ls -la - mv ./terraform-provider-dynatrace_1.30.2_linux_amd64 /bin/ + mv ./terraform-provider-dynatrace_1.30.2 /bin/ ''' } }