We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This leads to growing size of the deegree-compliance-tests web app.
Workaround is available here: master...lat-lon:cleanPluginComplianceTests
The text was updated successfully, but these errors were encountered:
There is a Jenkins plugin that has a more general approach to cleaning up the entire worksapce folder.
Plugin https://plugins.jenkins.io/ws-cleanup/
But this requires to ad the following to the Jenkinsfile
post { cleanup { cleanWs() } }
A detailed configuration for the Pipeline can be generated through the Jenkins UI at http://buildserver.deegree.org/job/deegree-3.4-pipeline/pipeline-syntax/
Sorry, something went wrong.
Fixed by adding post action: 5b6812a
Root cause also resolved by replacing the deegree-maven-plugin (#1169).
Successfully merging a pull request may close this issue.
This leads to growing size of the deegree-compliance-tests web app.
Workaround is available here: master...lat-lon:cleanPluginComplianceTests
The text was updated successfully, but these errors were encountered: