Closed ghostbar closed 9 years ago
This is not yet ready, although @rvagg I would like some feedback on how you're planning to have the data on the /opt/{libuv,iojs}
directories. You want the output on the host system?
Have a look at the build output for how these are run: https://jenkins-node-forward.nodesource.com/job/iojs+any-pr+containers/nodes=node-forward-digitalocean-containers-ubuntu+trusty/lastBuild/consoleFull
There is a git checkout and then it launches docker as part of the normal flow, capturing the output and exit code as if it's a normal test executable.
I'll change them all to use "iojs" so your change is fine.
I made the user
iojs
and the/opt/node
is/opt/iojs
.Let me know if this is OK or I should change it.