@alyth@lemmy.world to Programmer Humor@lemmy.ml • 1 year agoam i just bad at devops?lemmy.worldimagemessage-square35fedilinkarrow-up1374arrow-down16
arrow-up1368arrow-down1imageam i just bad at devops?lemmy.world@alyth@lemmy.world to Programmer Humor@lemmy.ml • 1 year agomessage-square35fedilink
minus-squareTekhnelinkfedilink4•1 year agoFYI, 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/
minus-square@souperk@reddthat.comlinkfedilink2•1 year agoI am not using Jenkins anymore but this seems like a lifesaver, thanks for sharing
minus-squareTekhnelinkfedilink1•1 year agoI use Jenkins for work, unfortunately, so I have plenty of experience
minus-square@Ackward@lemmy.worldcakelinkfedilink1•1 year agoOnly for declarative pipelines, forget it if you use scripted ones.
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/
I am not using Jenkins anymore but this seems like a lifesaver, thanks for sharing
I use Jenkins for work, unfortunately, so I have plenty of experience
Only for declarative pipelines, forget it if you use scripted ones.