jenkins: clean workspace (#2248)

pull/2237/head
Adeeb Shihadeh 5 years ago committed by GitHub
parent 2a2cfd6bb5
commit 846b56831f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Jenkinsfile

7
Jenkinsfile vendored

@ -140,6 +140,13 @@ pipeline {
} }
} }
} }
post {
always {
cleanWs()
}
}
} }
} }

Loading…
Cancel
Save