Commit 125f4a3c authored by Samir Halilcevic's avatar Samir Halilcevic

use dockerfile instead of docker

parent 01bfc697
......@@ -175,7 +175,12 @@ pipeline {
}
*/
stage('Autobahn Testsuite') {
agent { docker { image "sources/.ci/autobahn-testsuite" } }
agent {
dockerfile {
dir 'sources/.ci/autobahn-testsuite',
reuseNode true
}
}
steps {
script {
echo "Starting autobahn docker"
......
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