Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-11-24 19:35:15 -07:00
committed by GitHub
parent 5ecf3feab6
commit f6e4782bc2

7
Jenkinsfile vendored
View File

@@ -40,9 +40,8 @@ pipeline {
}
post {
always {
cleanWs()
}
}
always {
cleanWs()
}
}
}