thin-wrappers 0.1.1
Nicolas Arenas 2025-03-19 15:08:33 +01:00
parent 0131d18a0b
commit 8b7fa556c6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pipeline {
stage('Prepare Workspace') { stage('Prepare Workspace') {
steps { steps {
script { script {
env.BUILD_DIR = "${WORKSPACE}/oggui" env.BUILD_DIR = "${WORKSPACE}/ogclient"
sh "mkdir -p ${env.BUILD_DIR}" sh "mkdir -p ${env.BUILD_DIR}"
} }
} }