File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ e2eTestsJob.with {
51
51
buildNumber(' ${WAR_BUILD_NUMBER}' )
52
52
}
53
53
}
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' )
57
57
}
58
58
59
59
publishers {
You can’t perform that action at this time.
0 commit comments