0:24 - Pipeline 1:47 - Artifacts 2:32 - Environments
Concise explanation, showed good context and screenshots, 10/10
short and clear. great video. One suggestion tough. Try to talk a bit clearer. In my opinion i feel like a few people dont understand everything you say
An excellent and well presented video, thank you!
Thank you. That was a succinct and effective video :-)
Was a great introduction
Big Thanks Kimserey!
1:47 - Artifacts 2:33 - Environments
Thanks for sharing this video, can we create an artifact using docker image created during the build stage and later use them in a different stage?
very helpful, thanks!
Thanks a lot!
Checkout my Gitlab tutorial explaining pipelines in only 10 minutes: https://www.youtube.com/watch?v=ZtZE88uhQnw
Hi, I'm trying to send mail using postfix installed on a private gitlab-runner in the gitlab cloud and smtp configured. The problem is I'm not able to run script: - mail -a "Content-type: text/html" -s "Snyk Code Review - $CI_COMMIT_TITLE" $GITLAB_USER_EMAIL < snyk_results.html When it is script: - 'mail -a "Content-type: text/html" -s "Snyk Code Review - $CI_COMMIT_TITLE" $GITLAB_USER_EMAIL < snyk_results.html' It gets skipped. Any ideas ?
@rakeshguha015