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"
}
}

View File

@@ -0,0 +1,14 @@
# Created at 2020-09-28T15:17:04.723
System.exit() or native command error interrupted process checker.
java.lang.IllegalStateException: error [STOPPED] to read process 6996
at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:145)
at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
at java.base/java.lang.Thread.run(Thread.java:832)