fix workspace

This commit is contained in:
Ruben Abad 2024-02-07 13:29:18 +01:00
parent 1d77cec6ef
commit 61cc60ffe0
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -28,6 +28,7 @@ pipeline
{
steps
{
sh 'echo "Current workspace is ${env.WORKSPACE}"'
sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject'
sh 'make setup ARGS="--python-version=3.8,2 --target-wheel-platform=manylinux_2_27_x86_64 --chrono"'
}
@ -195,7 +196,7 @@ pipeline
steps
{
dir('${env.WORKSPACE}/doc_repo')
dir("${env.WORKSPACE}/doc_repo")
{
checkout scmGit(
branches: [[name: '*/ruben/jenkins_migration']],