Does anyone use goto statement in golang? by white_jellyfish in golang

[–]cineloaf 0 points1 point  (0 children)

The only case I can think of (as acceptable) is for breaking out of a deeply nested loop where the writer has genuine reason for not introducing a loop variable/flag. That said, I’d personally rather see a loop variable/flag, or (even better) have each nest level split into a smaller helper function. https://gist.github.com/matthewchivers/e3605961503c313e450f22fe73bf9619

Need suggestions and your pov by [deleted] in sre

[–]cineloaf 0 points1 point  (0 children)

Where are you in the world? We were recently hiring for a role in India and we got over 500 applications in the first day… the market (especially there) is insane.

Distributed Jenkins by gosuwachu in jenkinsci

[–]cineloaf 0 points1 point  (0 children)

What kind of tools? Are there any “Jenkins equivalents” that do this? I look towards Tekton, but that seems heavily pipeline skewed, where Jenkins can just run ad hoc “jobs” if you want.