Integrate gitlab-ci/deploy_fix and 4 more
[ENV] Fix on setting of environment variable
--
[CHANGELOG] Modify script to accept project list
- Instead of hardcoding the gitlab repository ID the script accepts a list of which the manifest project it the first element
- Introduce CHANGELOG_PROJECTS variable containing the list of projects
--
[UBOOT] Fix on uboot artifacts deploy
- Fix name of uboot artifacts for all NXP boards
- Create array of uboot files for c31 boards
- The deploy search for all uboot artifacts in the build path
- Create rule to not deploy artifacts to public container if a tag occurs
--
[CODE RESTYLE] Restyling of deploy and notify stages
- The tasks to be executed by the deploy and notify jobs are moved to shell scripts inside the scripts folder
- This avoid having a long list of instructions inside the pipeline file
--
[NAME FIX] Fix of u-boot and kernel artifacts name
- Fix on KERNEL variable for c31
- Increase deploy job timeout to 1h