From 689ada6ecacfa6d11a0faf38beac1d7c615996ef Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Tue, 25 Jun 2019 13:39:18 +0100 Subject: [PATCH] Clean workspace up --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index b45bfde..c967661 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,4 +36,9 @@ node ( 'vs2017' ) bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.pdb UnityPlugin\\" ) bat( "copy /Y Facepunch.Steamworks\\bin\\Debug\\netstandard2.0\\Facepunch.Steamworks.Posix64.xml UnityPlugin\\" ) archiveArtifacts artifacts: 'UnityPlugin/**/*' + + + post + always + cleanWs() } \ No newline at end of file