Skip to content

Commit

Permalink
Strange workarounds for Jenkins (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Nov 16, 2020
1 parent 867eda5 commit 5ea5bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,6 @@ def getExperimentalPath() {
return "experimental/pr-${env.CHANGE_ID}/"
}
else {
return ""
return "./" // We can't use an empty string due to an stupid Jenkins bug
}
}

0 comments on commit 5ea5bd8

Please sign in to comment.