From 06348d1264592ab5963adf2d2ee7e2a8d8a69c14 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 23 Jun 2016 06:12:18 +0000
Subject: [PATCH] adapt commands for creating sym link to test-data for
 integration test

SVN: 36744
---
 integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt b/integration-tests/HOW_TO_FIX_FAILING_CI_BUILD.txt
index 08dff3b3bef..0ebf16f18af 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:
-- 
GitLab