Skip to content
Snippets Groups Projects
Commit a4ff613e authored by Florian Walch's avatar Florian Walch
Browse files

Jenkinsfile: Fix issue with Jenkins project names.

parent 522e44a9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ node {
step([$class: 'CopyArtifact',
filter: 'libfranka-*-amd64.tar.gz',
fingerprintArtifacts: true,
projectName: "SWDEV/libfranka/${BRANCH_NAME}",
projectName: "SWDEV/libfranka/${java.net.URLEncoder.encode(env.BRANCH_NAME, "UTF-8")}",
selector: [$class: 'StatusBuildSelector', stable: false]])
} catch (e) {
// Fall back to master branch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment