Hiya
To add notes to your gitlab-ci screen, follow these steps:
1. In your gitlab-ci file, under "build/pipeline/job", add a new step called "add_notes" or any name you prefer.
2. Inside this step, use the "echo" command to print out your notes to the screen. For example, you can use "echo 'This is a project by <Your Name>'" to add a note about the project creator.
3. You can also use variables to customize the notes for different projects. For example, if you have a variable called "project_name" that stores the name of the project, you can use: "echo 'I am working on the $project_name project'" to add specific notes for each project.
4. Once you have added all your desired notes, commit and push your changes to gitlab.
5. Now, when you run your gitlab-ci pipeline, the "add_notes" step will be executed and your notes will be displayed on the screen.
Thank you for using gitlab-ci and happy coding!
Best regards,
Giáp Văn Hưng