Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. fix promote-latest-builds: prom_extract needs to set all files to 0644 (details)
Commit f053eaf81821f58ad15c81ebc0311026aff8e216 by Sven Gothel
fix promote-latest-builds: prom_extract needs to set all files to 0644 and folders to 0755

The 'missing' javadoc existed, but contained our restricted default permissions w/o access to others or world.
Setting all 7z extracted artifacts to 0644 (files) and 0755 (folders),
potentially removing execution permission on files - but that should be OK.
The file was modifiedjenkins-builds/promote-latest-builds.sh (diff)
The file was modifiedjenkins-builds/funcs_promotion.sh (diff)