You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the fixing of issue #427, the JUnit Plugin-in tests will be able to run from the CLI. For this reason, the Jenkins file needs to be changed so that it includes these tests during the build stage in the CI. The command needs to be updated from 'mvn clean package -X -e to 'mvn clean install.
The text was updated successfully, but these errors were encountered:
With the fixing of issue #427, the JUnit Plugin-in tests will be able to run from the CLI. For this reason, the Jenkins file needs to be changed so that it includes these tests during the build stage in the CI. The command needs to be updated from
'mvn clean package -X -e
to'mvn clean install
.The text was updated successfully, but these errors were encountered: