@rakeshguha015

Much easier to learn than 20 minute long videos with Kubernetes and Docker integrations, this is what absolute beginners should see, I would have liked to see a few hands-on tbh than just snapshots of scripts, anyway great content.

@kevinplaul1415

0:24 - Pipeline
1:47 - Artifacts
2:32 - Environments

@soccermaster25

Concise explanation, showed good context and screenshots, 10/10

@mds4509

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

@astrojourneyuk

An excellent and well presented video, thank you!

@mohamedi6656

Thank you. That was a succinct and effective video :-)

@VaagaiUniversity

Was a great introduction

@codedbychavez8190

Big Thanks Kimserey!

@humeidussenejocordasse791

1:47 - Artifacts
2:33 - Environments

@chamilawijayarathna2546

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?

@__greg__

very helpful, thanks!

@errollsipagan4617

Thanks a lot!

@Prof-Reza

Checkout my Gitlab tutorial explaining pipelines in only 10 minutes:
https://www.youtube.com/watch?v=ZtZE88uhQnw

@princejosep4807

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 ?