File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/org/jenkinsci/plugins/docker/workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ public class WithContainerStepTest {
185185 WorkflowJob p = story .j .jenkins .createProject (WorkflowJob .class , "prj" );
186186 p .setDefinition (new CpsFlowDefinition (
187187 "node {\n " +
188- " withDockerContainer('httpd:2.4.12 ') {\n " +
189- " sh \" sleep 5; ps -e -o pid,command | egrep '${pwd tmp: true}/durable-.+/script.sh' | fgrep -v grep | sort -n | tr -s ' ' | cut -d ' ' -f2 | xargs kill -9\" \n " +
188+ " withDockerContainer('httpd:2.4.54-alpine ') {\n " +
189+ " sh \" set -e; sleep 5; ps -e -o pid,args | egrep '${pwd tmp: true}/durable-.+/script.sh' | fgrep -v grep | sort -n | tr -s ' ' | cut -d ' ' -f2 | xargs kill -9\" \n " +
190190 " }\n " +
191191 "}" , true ));
192192 Field hci = BourneShellScript .class .getDeclaredField ("HEARTBEAT_CHECK_INTERVAL" );
You can’t perform that action at this time.
0 commit comments