Skip to content
New issue

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

deegree maven plugin does clean up deegree-compliance-tests directory #1072

Closed
tfr42 opened this issue Jul 17, 2020 · 3 comments · Fixed by #1073
Closed

deegree maven plugin does clean up deegree-compliance-tests directory #1072

tfr42 opened this issue Jul 17, 2020 · 3 comments · Fixed by #1073
Labels
bug error issue and bug (fix) CI and build CI and build system

Comments

@tfr42
Copy link
Member

tfr42 commented Jul 17, 2020

This leads to growing size of the deegree-compliance-tests web app.

Workaround is available here: master...lat-lon:cleanPluginComplianceTests

@tfr42 tfr42 added bug error issue and bug (fix) CI and build CI and build system labels Jul 17, 2020
@stephanr
Copy link
Member

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/

@tfr42
Copy link
Member Author

tfr42 commented Aug 11, 2021

Fixed by adding post action: 5b6812a

@tfr42 tfr42 closed this as completed Aug 11, 2021
@tfr42
Copy link
Member Author

tfr42 commented Aug 16, 2021

Root cause also resolved by replacing the deegree-maven-plugin (#1169).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) CI and build CI and build system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants