Hi Ian,
To access additional files, such as IT output files, you need to tell Jenkins
to save them as “artifacts”. This page tells how, if your project is using
Jenkinsfiles (which are highly recommended):
https://www.jenkins.io/doc/pipeline/tour/tests-and-artifacts/
Something similar ca
Blue Ocean is quite detailed:
https://builds.apache.org/blue/organizations/jenkins/maven-box%2Fmaven-dependency-plugin/detail/te/1/pipeline
On 5-8-2020 20:18:23, Ian Lavallee wrote:
Hi,
I'm trying to figure out why tests that pass locally are failing on
Jenkins. When I run the tests locally I ca
Hi,
I'm trying to figure out why tests that pass locally are failing on
Jenkins. When I run the tests locally I can go target\it\test to see the
output, build log, etc. of each integration test but I can't figure out how
to do that on Jenkins. Does anyone know how to do this or how to get more
inf