prevent delete dir content
This commit is contained in:
parent
61bc48c1e1
commit
1d77cec6ef
|
@ -115,7 +115,6 @@ pipeline
|
|||
{
|
||||
archiveArtifacts 'CarlaUE4.log'
|
||||
junit 'Build/test-results/smoke-tests-*.xml'
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -178,13 +177,6 @@ pipeline
|
|||
'''
|
||||
}
|
||||
}
|
||||
post
|
||||
{
|
||||
always
|
||||
{
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('TEST: ubuntu Doxygen generation')
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue