prevent delete dir content

This commit is contained in:
Ruben Abad 2024-02-07 02:42:50 +01:00
parent 61bc48c1e1
commit 1d77cec6ef
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -115,7 +115,6 @@ pipeline
{ {
archiveArtifacts 'CarlaUE4.log' archiveArtifacts 'CarlaUE4.log'
junit 'Build/test-results/smoke-tests-*.xml' junit 'Build/test-results/smoke-tests-*.xml'
deleteDir()
} }
} }
} }
@ -178,13 +177,6 @@ pipeline
''' '''
} }
} }
post
{
always
{
deleteDir()
}
}
} }
stage('TEST: ubuntu Doxygen generation') stage('TEST: ubuntu Doxygen generation')
{ {