Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
i had a coworker creating dynamic urls, I think it's called environments.
like testing-feature-03.mysite.com, and it's all created on the fly.
really fucking crazy useful thing -
We use github, docker and ansible, it's really amazing how configuration as code can turn everything around 😍
-
skyrocker906yCan you elaborate what makes this combination more awesome compared to other CICD flows?
-
Gitlab cicd is better then others, but can really be annoying sometimes.
1. does not allow to set variables between stages.
2. when a runner is stuck, it is stuck. no way to recover, other then ssh into the runner, and unstucking by hand.
3. no way to cancel a long running script action. gitlab will wait for the script step to end before canceling. gl if the step is long.
4. gitlab pipelines have no awareness of multiple build requests one aftet another, or how to deal with them. there is an API to deal with it, but requires user auth level token , not project level one.
5. no plugin support.
6. no loop support.
other then that - much better then jenkins! -
@magicMirror oh yeah, I'm not a big fan of gitlab runner, I have like a love hate relationship with it.
like to do the most basic shit you have to read sooooo much documentation... the api is nit that elegant also...
Related Rants
Docker + GitLab CI/CD is overpowered 💓
rant
gitlab