2

Trying Jenkins by first time

Comments
  • 1
    Cool! Jenkins can be kinda hard to set up, but once it's working you'll love it.
  • 0
    Really really bad setup. But its almost working here.
  • 1
    @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
  • 1
  • 1
    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.
  • 1
    Fully configured. Need build something now
Add Comment