diff --git a/Jenkinsfile b/Jenkinsfile index 7a8297f37..6cb0b8933 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ def infra node(){ checkout scm - infra = load '/var/lib/jenkins/workspace/itop-test-multitesting/src/Infra.groovy' + infra = load '/var/lib/jenkins/workspace/itop-test-infra_multitesting/src/Infra.groovy' }