we just started creating a Pipeline. Since we are deploying our Staging manuelly and not everbody has access to our Jenkins Server, we need to download the current build at our Jenkins-Portal. Here we face some Issues. Currently we create a .zip of our binaries and copy them to our Pipeline-worspace-Folder (Example: "D:\Jenkins\Pipeline\trunk\workspace") which can be accessed via the portal
- Any better solution to access the build (without an artifactory)?
- Another big issue here is that the .zip has 0,5 GB and in longterm that folder will get full. My idea would be to write a powershell which deletes all files where the modified date is older than 15 days.
Very welcome for your ideas / Snippets (Jenkins declarative Pipeline)