55

My first complete pipeline with Jenkins:

- push on gitlab
- build with maven
- test with junit
- deploy with Ansible
- integration test with Selenium

I love devops!

Comments
  • 1
    selenium is so fucking cool. I often write front-end browser tests at work with selenium.
  • 0
    yeah and DevOps is soooo satisfying to get something working, automation is so cool
  • 0
    Just curious, you deploy on your server before testing (which is logic), but what happens when the test fails?
  • 0
    @Drillan767 He might be deploying to a testing environment.
  • 1
    @Drillan767

    The first deploy and integration test is in a test environment.

    At the moment there is no production because we haven't released the first version of the project
  • 0
    @snakebyte Logic, should have thought about that :D

    Thanks!
Add Comment