Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS
Hi Everyone – Today we are going to discuss about how to have two version of Java Development Kit running in MAC OS and how to switch between them. This…
Read more »
How to access all Java system properties directly?
You could access all Java system properties directly via ${name}, e.g. ${user.name}, ${user.dir}, ${user.home}, … You could read environment properties and use them <properties environment=”env”/> ${env.ENVIRONMENT_VARIABLE} e.g. …
Read more »