mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

killall missing from jenkins Ubuntu images #20

Closed martyngigg closed 2 years ago

martyngigg commented 4 years ago

The Jenkins build scripts are using killall to kill any existing Xvfb instances. It would appear that killall is not installed in the jenkins images. The build log shows: /jenkins_workdir/workspace/pull_requests-ubuntu-python3/buildconfig/Jenkins/buildscript: line 48: killall: command not found

martyngigg commented 2 years ago

Fixed in #21