Tag Archives: maven

Boolean Params in Jenkins

I modified an existing job in Jenkins to use a boolean flag, so I could check it if I wanted to disable the Maven tests. To do so, you define a property: mvn -Dmaven.skip.tests=true goal goal… So for the boolean … Continue reading

Posted in Computers, howto | Tagged , , , , , | Leave a comment