Hi Everyone,
I’ve been playing with the Jenkins pipeline as code and it made me wonder: Should I do a POC for replacing complete build/test and deployment (to Nexus) individual jobs with one pipeline job which would have all steps inside it? Our build jobs are using mostly maven if that makes any difference. Can any of you give me advantage disadvantage or point me to a good review URL? Thanks.