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"
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										14
									
								
								target/surefire-reports/2020-09-28T15-16-54_550-jvmRun1.dump
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								target/surefire-reports/2020-09-28T15-16-54_550-jvmRun1.dump
									
									
									
									
									
										Normal 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)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user