Hi, Could anyone be so kind and give me a hint on how we can use
pipeline variables within the Integration test java class? I want to
create an instance of the CQClient class with credentials and I
certainly don't want to hardcode those values. So, I wanted to take
advantage of pipeline variables and define them in the it.tests/pom.xml
like:
UTF-8
1.8
1.8
${env.IT_USERNAME}
and then as a systemPropertyVariable in the
maven-failsafe-plugin configuration for local
profile${it.domain.username}Unfor...