From 3e9e084e8c1b53893b1f898ddf52dbc40e604cda Mon Sep 17 00:00:00 2001 From: Emily Jiang Date: Tue, 9 Aug 2022 15:24:00 +0100 Subject: [PATCH] Update buildScripts/release.groovy Co-authored-by: Martin Stefanko --- buildScripts/release.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildScripts/release.groovy b/buildScripts/release.groovy index 2ada6ff..918b9b8 100644 --- a/buildScripts/release.groovy +++ b/buildScripts/release.groovy @@ -83,7 +83,7 @@ pipeline { } if (fileExists('tracing/spec')) { sh "ssh genie.microprofile@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/microprofile/staging/${params.module}-${params.releaseVersion}/tracing" - sh "scp -r tracing/spec/target/generated-docs/* genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/tracing/${params.module}-${params.releaseVersion}" + sh "scp -r tracing/spec/target/generated-docs/* genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/${params.module}-${params.releaseVersion}/tracing" } if (fileExists('tracing/api')) { sh "scp tracing/api/target/*.jar genie.microprofile@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/microprofile/staging/${params.module}-${params.releaseVersion}/"