clean before the build

This commit is contained in:
Szakalakamaka
2020-09-28 15:42:52 +02:00
parent 6964e4dc03
commit c06a3e831f
2 changed files with 15 additions and 0 deletions

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
stages {
stage('Clean') {
steps {
sh "docker stop klaus"
sh "docker rm klaus"
}
}