this post was submitted on 25 May 2024
369 points (98.4% liked)

Programmer Humor

32710 readers
16 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 216 points 7 months ago (17 children)

See your problem is you're editing the code until it passes the tests. It's way easier if you edit the tests until it passes the code.

[–] [email protected] 23 points 7 months ago (11 children)

Unless you are using groovy (jenkins), then you are running the pipeline to find syntax errors.

[–] [email protected] 4 points 7 months ago (3 children)

FYI, Jenkins has an endpoint to validate the pipeline without running it, and there's a VSCode extension to do this without leaving the editor: https://www.jenkins.io/blog/2018/11/07/Validate-Jenkinsfile/

[–] Ackward 1 points 7 months ago

Only for declarative pipelines, forget it if you use scripted ones.

load more comments (2 replies)
load more comments (9 replies)
load more comments (14 replies)