Skip to content

Commit 3265be9

Browse files
author
Artem Eroshenko
committed
Update ci config
1 parent a13aeac commit 3265be9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/jenkins.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ e2eTestsJob.with {
5151
buildNumber('${WAR_BUILD_NUMBER}')
5252
}
5353
}
54-
shell('ansible-playbook --sudo -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/start.yml')
55-
shell('ansible-playbook --sudo -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/test.yml')
56-
shell('ansible-playbook --sudo -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/stop.yml')
54+
shell('ansible-playbook -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/start.yml')
55+
shell('ansible-playbook -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/test.yml')
56+
shell('ansible-playbook -e "workspace=/tmp/e2e/${JOB_NAME}/${BUILD_NUMBER}" testing/stop.yml')
5757
}
5858

5959
publishers {

0 commit comments

Comments
 (0)