E - Compatibility

Squash-TA server 1.6.0

Compatibility between the Squash-TA framework, the pom.xml and the Squash-TA server:

/!\ (1) Problem with the attachment for the junit report in jenkins (doesn't break the build). You have to modify your mvnsetting.xml (file located in ${TA-SRV_INSTALL_DIR\execution_home}) to restore the correct behahior for all your jenkins job :

    • Add inside the <profiles> tag (near the end of the file):

<profile>

<id>jenkins-attachment-mode</id>

<properties>

<ta.jenkins.attachment.mode>true</ta.jenkins.attachment.mode>

</properties>

</profile>

    • Add below the <profiles> tag (near the end of the file):

<activeProfiles>

<activeProfile>jenkins-attachment-mode</activeProfile>

</activeProfiles>