Björn Thalheim
Results
2
comments of
Björn Thalheim
Hi, in short, I tried to reproduce the issue with different Versions of Java (Oracle Java 8 and OpenJDK 12) and Powermock in Eclipse but could not reproduce the issue:...
I also experience this issue. My workaround looks like this (in my Jenkinsfile): ``` steps { sh 'rm -rf .git' pushToCloudFoundry( ... ``` It is also imaginable to to "chmod...