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 {
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 {
You can’t perform that action at this time.
0 commit comments