diff --git a/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt b/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt index 08dff3b3bef6b5c2de63e554c0e3cefdd725f500..0ebf16f18af4305d456cb61b9ad1d45fbc1fe1fd 100644 --- a/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt +++ b/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt @@ -4,9 +4,9 @@ ERROR causing test failure: Test data folder missing Solution: -ssh hudson -cd ~/hudson/jobs/integration-tests/workspace/integration-tests/targets/ -ln -s ../../../../../test-data test-data +ssh ci@bs-ci01.ethz.ch +cd ~/jenkins/workspace_dist/integration-tests/targets/ +ln -s /local0/ci/jenkins/test-data/ test-data Note: If this happening on stage-jenkins you have to do the following: