clean before the build

This commit is contained in:
Szakalakamaka
2020-09-28 15:39:26 +02:00
parent 00da5915b6
commit 6964e4dc03
17 changed files with 135 additions and 95 deletions

5
Jenkinsfile vendored
View File

@@ -4,6 +4,11 @@ pipeline {
maven "Maven 3.6.3"
}
stages {
stage('Clean') {
steps {
sh "docker rm klaus"
}
}
stage('Build') {
steps {
sh "docker-compose build"