Advanced pipelines using .gitlab-ci.yml

preview_player
Показать описание


🎹 Music background:
Title: Nothing Else Matters
👨‍🎨 Artist: Mystery Mammal
💿 Album: Bulkhead 2
Рекомендации по теме
Комментарии
Автор

Awesome video with beautiful Examples.
Thank you.

Sky-Walker
Автор

Hi, very cool& Perfect
Thanks a lot

jamallmahmoudi
Автор

Thank you very usefull! What is your advise for a library repo that trigger repos that consume that library. Now i recompile the library in each application to use the new version. Do you know a better way to do that?

yokebabjr
Автор

Hi @Tomik thanks for the video, I have case where 3 branch and he branch have own pipelines ( dev, qa, stg) am trying to build a docker image on qa pipeline then I push to registry. Now when I want to start qa pipeline I want to use available docker images from the registry

is it possible to send pushed image information to next branch pipeline?

FYI : docker images are tagged with commit sha and will get pushed to registry

deltax
Автор

Hi there...great video thanks!! One question..in a feature branch is it recommended to execute the complete pipeline with each push? I'm thinking tha5 could be heavy..thanks again

davidpccode
Автор

I have many local config files but runs only one, why?

PePTo-dxyj
Автор

How to trigger gitlab pipeline when commit to other branches except develop and master, also while merge to master branch?
The below code is not working
rules:
- if: $CI_COMMIT_BRANCH != “master”
- if: $CI_COMMIT_BRANCH != “develop”
- if: == “master"

raghupathym