# Changelog ### 4-August-2020 - 20:19 CEST - [engineering] Remove short-paths home after creating packages. ### 31-July-2020 - 23:14 CEST - [engineering] Use `force` flag to update the ConanCenter metadata. - [engineering] Remove local packages created after their upload to avoid disk space issues. ### 24-July-2020 - 13:05 CEST - Renamed Jenkins project from `conan-center-pull-request` to `cci` to improve issues with long workspace paths in Windows agents. ### 24-July-2020 - 12:52 CEST - Updated Conan client to the 1.27.1 version in Windows and Mac agents. ### 17-July-2020 - 18:54 CEST - [feature] Allow documentation inside the repository itself in the `docs` folder - [feature] Add scheduled job to validate recipes using last released hooks - [feature] Minimize paths used by the CCI library to build packages - [bugfix] Recover the shortest path for the `CONAN_USER_HOME_SHORT` environment variable - [engineering] Improve regression testing for pipeline jobs. ### 30-June-2020 - 16:10 CEST - Add JenkinsPipelineUnit to test the Jenkinsfile - [bug] Compare keys in maps using actual strings - Clean workspace after running the job - Clean workspace for all nodes - [refact] Promote usage of 'ConanReference' - [ListProfiles] New job to list profiles - [fix] Add grabs to all vars - [Refactor] getTmpDir() util - [ListProfiles] Optionally use reference to list profiles - [refact] Some cleaning around build configurations - [fix] Profiles no longer contain empty [env] and [build_requires] sections - [fix] Fix checkExportSanity function ### 24-June-2020 - 10:55 CEST - Updated Conan client to the 1.26.1 version in Windows and Mac agents. ### 18-June-2020 - 18:40 CEST - Remove short paths limitation in all Windows agents. ### 04-June-2020 - 10:39 CEST - Add `CONAN_SKIP_BROKEN_SYMLINKS_CHECK=1` in master jobs. ### 02-June-2020 - 13:06 CEST - Avoid partial rebuilds in master jobs. Added `all_packages_done` property for every reference to track the completion of packages creation. ### 02-June-2020 - 00:02 CEST - Updated CMake to 3.16.4 in Windows and Mac agents. ### 20-May-2020 - 10:34 CEST - Updated Conan client to the 1.25.2 version in Windows and Mac agents. ### 14-May-2020 - 15:52 CEST - Updated Conan client to 1.25.1 version in Windows and Mac agents. ### 13-May-2020 - 09:47 CEST (08e2be6) - [refact] Simplify around ComputePackageID and CreatePackage - [refact] No need to pass 'winTmpPath' everywhere - Move the 'retryIze' call inside the scope of the node (Might improve [#1020](https://github.com/conan-io/conan-center-index/issues/1020))