SAP-archive / devops-docker-cx-server

A collection of Jenkins related Dockerfiles that can be used to implement Continuous Delivery pipelines for SAP development projects with project "Piper".
Apache License 2.0
28 stars 18 forks source link

huge data.zip file is generated in jenkins workspace #98

Closed pankajbagul7 closed 3 years ago

pankajbagul7 commented 3 years ago

we are setting Jenkins on MS Azure trial account, we are facing an issue when the job is triggered in Jenkins, Jenkins is creating ~22GB log file(data.zip) in workspace folder, and once the VM space is full, the job is getting terminated automatically due no space.

We have set up VM as below,

  1. Create VM

    1. Install Docker(19.03.14)
  2. Setup Cx-Server is up and running(by following - https://sap.github.io/jenkins-library/guidedtour/)

fwilhe commented 3 years ago

Hi @pankajbagul7

some more information would be really helpful. What did you do after cx-server was up? What kind of pipeline did you run? Did docker logs -f cx-jenkins-master output any useful information?

Best

Florian

fwilhe commented 3 years ago

Closing due to inactivity and missing information on how to reproduce.