Skip to content

Commit

Permalink
Update buildScripts/release.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
  • Loading branch information
Emily-Jiang and xstefank committed Aug 9, 2022
1 parent eff5321 commit 3e9e084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildScripts/release.groovy
Expand Up @@ -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}/"
Expand Down

0 comments on commit 3e9e084

Please sign in to comment.