Commit a82c5b26 authored by Samir Halilcevic's avatar Samir Halilcevic

Fix imageName var

parent caab2702
...@@ -195,7 +195,7 @@ pipeline { ...@@ -195,7 +195,7 @@ pipeline {
set(CMAKE_BUILD_TYPE "release" CACHE STRING "") set(CMAKE_BUILD_TYPE "release" CACHE STRING "")
""" """
]) ])
def image = docker.build(imageName, "sources/.ci/autobahn-testsuite") def image = docker.build('autobahn-testsuite', "sources/.ci/autobahn-testsuite")
image.inside("--cap-add SYS_PTRACE") { image.inside("--cap-add SYS_PTRACE") {
sh "./sources/.ci/run.sh build '$initFile' '$sourceDir' '$buildDir'" sh "./sources/.ci/run.sh build '$initFile' '$sourceDir' '$buildDir'"
warnError('Unit Tests failed!') { warnError('Unit Tests failed!') {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment