Compare commits

..

No commits in common. "7a38c1856783d346dd30e46a51bde0a7d5dbdcce" and "30dc66af7bc43f0cddd615cc0026e0fdf19479a7" have entirely different histories.

1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -25,5 +25,10 @@ pipeline {
} }
} }
} }
post {
always {
deleteDir()
}
}
} }