clean before the build
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -6,6 +6,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Clean') {
|
||||
steps {
|
||||
sh "docker stop klaus"
|
||||
sh "docker rm klaus"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user