Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Cool! Jenkins can be kinda hard to set up, but once it's working you'll love it.
-
@thenewbiemaster yeah it sucks to set it up on your first time. It gets better though and depending on the full setup its really awesome to push a branch and have jenkins test it, merge it, and deploy with all it taking from you is running git push
-
Write your own scripts for any complicated stages and save yourself the headache.
Don't take plugin upgrades lightly. Lot of breaking regressions in my experience.
Currently considering ripping most of our current configured pipeline out and replacing it with build scripts that will be committed.
Trying Jenkins by first time
undefined