clean pipeline workspace

This commit is contained in:
Ruben Abad 2024-02-12 12:51:56 +01:00
parent 46aa683d2c
commit dfe80d11a1
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -323,6 +323,13 @@ pipeline
}
}
}
post
{
always
{
deleteDir()
}
}
/*
stage('windows')
{