jenkins: clean workspace (#2248)

old-commit-hash: 846b56831f
commatwo_master
Adeeb Shihadeh 5 years ago committed by GitHub
parent 9bb39d1145
commit 25400f9456
  1. 7
      Jenkinsfile

7
Jenkinsfile vendored

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

Loading…
Cancel
Save