(no title)
LukaD | 11 months ago
I fully agree with the recommendation to use maintainable code. But that effectively rules out shell scripts in my oppinion. CI shell scripts tend to become big ball of mud rather quickly as you run into the limitations of bash. I think most devs only have superficial knowledge of shell scripts, so do yourself a favor and skip them and go straight to whatever language your team is comfortable with.
sgarland|11 months ago
int_19h|11 months ago
One can learn to use it to the point where it's usable to do advanced automation... but why, when there are so many better options available?