I wanna set a jenkins CI for the first time in a linux EC2 (I'm working from windows). My jobs are in maven.
The thing is: how do I set jenkins to detect whenever there's a new build in my remote ec2 repo, how do I connect them both?
I tried to look up online but all I could find were steps related to github.
By the way, I installed only jenkins (and related packages) on the linux ec2 server. I havent installed tomcat, not sure if that's relevant to mention or not.
So, how to configure this?