Added / for target folders
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit
Details
parent
0e959b9a58
commit
497dcbaeb6
|
|
@ -9,8 +9,8 @@ pipeline {
|
|||
script {
|
||||
echo "Building and running tests in Docker for feature branch..."
|
||||
try {
|
||||
def targetDirAmd = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/x86"
|
||||
def targetDirRisc = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/riscv"
|
||||
def targetDirAmd = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/x86/"
|
||||
def targetDirRisc = "${env.WORKSPACE}/${env.CHANGE_BRANCH}/riscv/"
|
||||
|
||||
sh "mkdir -p ${targetDir}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue