<?xml version="1.0" encoding="UTF-8"?> | |
<job xmlns="urn:proactive:jobdescriptor:dev" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="urn:proactive:jobdescriptor:dev ../../src/scheduler/src/org/ow2/proactive/scheduler/common/xml/schemas/jobdescriptor/dev/schedulerjob.xsd" | |
name="docker" priority="normal" cancelJobOnError="false"> | |
<taskFlow> | |
<task name="run"> | |
<scriptExecutable> | |
<script> | |
<code language="groovy"> | |
println "ps -e".execute().text | |
</code> | |
</script> | |
</scriptExecutable> | |
</task> | |
</taskFlow> | |
</job> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment