Added / for target folders
test-org/runner-rs/pipeline/pr-rc There was a failure building this commit Details

pull/20/head
yuobrezkov 2025-01-13 16:25:04 +03:00
parent 0e959b9a58
commit 497dcbaeb6
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -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}"