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

Programmer Humor

32138 readers
1230 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] 4 points 4 months ago (2 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/

[–] [email protected] 2 points 4 months ago (1 children)

I am not using Jenkins anymore but this seems like a lifesaver, thanks for sharing

[–] [email protected] 1 points 4 months ago

I use Jenkins for work, unfortunately, so I have plenty of experience

[–] Ackward 1 points 4 months ago

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