@alyth@lemmy.world to Programmer Humor@lemmy.ml • 6 months agoam i just bad at devops?lemmy.worldimagemessage-square35fedilinkarrow-up1370
arrow-up1370imageam i just bad at devops?lemmy.world@alyth@lemmy.world to Programmer Humor@lemmy.ml • 6 months agomessage-square35fedilink
minus-squareTekhnelinkfedilink4•6 months 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•6 months agoI am not using Jenkins anymore but this seems like a lifesaver, thanks for sharing
minus-squareTekhnelinkfedilink1•6 months agoI use Jenkins for work, unfortunately, so I have plenty of experience
minus-square@Ackward@lemmy.worldlinkfedilink1•6 months 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.